summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/condition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-8/+8
* Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall2010-07-131-0/+1
* Stop testing for specific basic block numbers in this test.John McCall2010-07-061-2/+0
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-28/+94
* When instantiating statements that involve conditions (if, while, do,Douglas Gregor2010-05-081-0/+79
* Fix test for Release-Asserts buildDouglas Gregor2010-05-081-12/+12
* Rework our handling of temporary objects within the conditions ofDouglas Gregor2010-05-061-0/+63
* Update tests in -Asserts mode. These tests really need to be rewritten...Daniel Dunbar2010-02-091-11/+11
* Fix for Release-Asserts.Mike Stump2010-01-131-14/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement proper cleanup semantics for condition variables in forDouglas Gregor2009-11-251-1/+6
* Tweak the code-generation-for-condition-variables test case to get to what we...Douglas Gregor2009-11-251-3/+3
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-0/+14
* Clean up the AST for while loops and fix several problems withDouglas Gregor2009-11-241-0/+20
* Explicitly store the condition variable within switch statements, andDouglas Gregor2009-11-241-0/+24
* Introduce cleanup scopes for "if" statements in two places:Douglas Gregor2009-11-241-0/+47
OpenPOWER on IntegriCloud