summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/blocks-1.m
Commit message (Expand)AuthorAgeFilesLines
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+2
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* IR Gen. part of API support for __block cxxFariborz Jahanian2010-12-021-4/+4
* More tests for ObjC++ GC support.Fariborz Jahanian2010-05-191-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-9/+9
* Fixup codegen for write barriers for block variables. Radar 6786715Mike Stump2009-04-211-5/+12
* Force target triple for test depending on __weak.Eli Friedman2009-04-161-1/+1
* Fixup CodeGen for __weak __block variables. Radar 6756266Mike Stump2009-04-141-5/+17
* Fixup copy/dispose helpers for Objective-C. Radar 6756504Mike Stump2009-04-101-0/+14