summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/condition.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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