summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/block-byref-cxx-objc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-131-0/+10
| | | | | | | | jump into these scopes, and the cleanup-entering code sometimes wants to do some operations first (e.g. a GEP), which can leave us with unparented IR. llvm-svn: 154684
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch ↵Eli Friedman2011-06-131-2/+2
| | | | | | 1 of 3 or so. llvm-svn: 132945
* Test for // rdar://8594790Fariborz Jahanian2010-12-021-0/+25
llvm-svn: 120717
OpenPOWER on IntegriCloud