summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/goto.cpp
AgeCommit message (Expand)Author
2022-10-07[CodeGenCXX] Convert more 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-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-11-10Whenever explicitly activating or deactivating a cleanup, weJohn McCall
2011-08-11Simplify EH control flow by observing that EH scopes form a simpleJohn McCall
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2010-10-16Not really sure how this worked, but it seems like a clear typo. =]Chandler Carruth
2010-10-05When instantiating a new-expression, force a rebuild if there were defaultJohn McCall
2010-10-05...without leaving a temporary file behind.John McCall
2010-10-05Er, this test should actually run IR generation.John McCall
2010-10-05Teach PopCleanupBlock to correctly handle the possibility of branching throughJohn McCall