aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/condition.cpp
AgeCommit message (Expand)Author
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall
2010-07-06Stop testing for specific basic block numbers in this test.John McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-05-08When instantiating statements that involve conditions (if, while, do,Douglas Gregor
2010-05-08Fix test for Release-Asserts buildDouglas Gregor
2010-05-06Rework our handling of temporary objects within the conditions ofDouglas Gregor
2010-02-09Update tests in -Asserts mode. These tests really need to be rewritten...Daniel Dunbar
2010-01-13Fix for Release-Asserts.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-25Implement proper cleanup semantics for condition variables in forDouglas Gregor
2009-11-25Tweak the code-generation-for-condition-variables test case to get to what we...Douglas Gregor
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor
2009-11-24Clean up the AST for while loops and fix several problems withDouglas Gregor
2009-11-24Explicitly store the condition variable within switch statements, andDouglas Gregor
2009-11-24Introduce cleanup scopes for "if" statements in two places:Douglas Gregor