aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/blocks-2.m
AgeCommit message (Expand)Author
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-05-27Back out r132209; it's breaking nightly tests.Eli Friedman
2011-05-27Implement a new, much improved version of the cleanup hack. We just needJohn McCall
2011-02-18The flags we're supposed to write into a byref struct are *not* theJohn McCall
2010-10-07tests: Tweak test to also match MSVC format.Daniel Dunbar
2010-10-06Re-enable EH cleanups to destroy __block variables, now that we have a moment toJohn McCall
2010-05-19More tests for ObjC++ GC support.Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-23Initialize Obj-C GC attributes when emitting BlockDeclRefExprs.Daniel Dunbar