aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/condition.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-4/+4
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall1-8/+8
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall1-0/+1
2010-07-06Stop testing for specific basic block numbers in this test.John McCall1-2/+0
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall1-28/+94
2010-05-08When instantiating statements that involve conditions (if, while, do,Douglas Gregor1-0/+79
2010-05-08Fix test for Release-Asserts buildDouglas Gregor1-12/+12
2010-05-06Rework our handling of temporary objects within the conditions ofDouglas Gregor1-0/+63
2010-02-09Update tests in -Asserts mode. These tests really need to be rewritten...Daniel Dunbar1-11/+11
2010-01-13Fix for Release-Asserts.Mike Stump1-14/+14
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-25Implement proper cleanup semantics for condition variables in forDouglas Gregor1-1/+6
2009-11-25Tweak the code-generation-for-condition-variables test case to get to what we...Douglas Gregor1-3/+3
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor1-0/+14
2009-11-24Clean up the AST for while loops and fix several problems withDouglas Gregor1-0/+20
2009-11-24Explicitly store the condition variable within switch statements, andDouglas Gregor1-0/+24
2009-11-24Introduce cleanup scopes for "if" statements in two places:Douglas Gregor1-0/+47