summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/goto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Not really sure how this worked, but it seems like a clear typo. =]Chandler Carruth2010-10-161-1/+1
| | | | llvm-svn: 116650
* When instantiating a new-expression, force a rebuild if there were defaultJohn McCall2010-10-051-20/+34
| | | | | | | | arguments in either the placement or constructor arguments. This is important if the default arguments refer to a declaration or create a temporary. llvm-svn: 115700
* ...without leaving a temporary file behind.John McCall2010-10-051-1/+1
| | | | llvm-svn: 115671
* Er, this test should actually run IR generation.John McCall2010-10-051-1/+1
| | | | llvm-svn: 115670
* Teach PopCleanupBlock to correctly handle the possibility of branching throughJohn McCall2010-10-051-0/+29
a EH-only cleanup as part of a fallthrough branch-through. That this happens for this test case is actually a separate bug. llvm-svn: 115668
OpenPOWER on IntegriCloud