summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/throw-expressions.cpp
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-04-08[clang][CodeGen] Handle throw expression in conditional operator constant fol...Raul Tambre
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-06-20Don't crash when emitting a glvalue conditional where one arm is aRichard Smith
2014-01-27PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-02Allow paren casted throw statements inside of ternary expressionsDavid Majnemer
2013-05-08Add missing triple to unit test.Richard Smith
2013-05-07Don't crash in IRGen if a conditional with 'throw' in one of its branches isRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-10-15Handle an edge case involving the conditional operator and throw expressions....Eli Friedman
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-10-29Don't assert on attempts to throw 'bool'. I wonder if in the history of C++John McCall
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Correctly handle conditional operators involving throw.Eli Friedman