summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/blocks-2.m
Commit message (Expand)AuthorAgeFilesLines
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-1/+1
* 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
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-2/+3
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-1/+1
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-1/+1
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-1/+1
* The flags we're supposed to write into a byref struct are *not* theJohn McCall2011-02-181-6/+2
* tests: Tweak test to also match MSVC format.Daniel Dunbar2010-10-071-1/+1
* Re-enable EH cleanups to destroy __block variables, now that we have a moment toJohn McCall2010-10-061-6/+35
* More tests for ObjC++ GC support.Fariborz Jahanian2010-05-191-0/+2
* 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
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Initialize Obj-C GC attributes when emitting BlockDeclRefExprs.Daniel Dunbar2009-05-231-0/+11