summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/try-catch.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
2014-10-12CodeGen: Strip qualifiers from qualified array types in catchesDavid Majnemer
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2009-12-23There is no such thing as typeinfo for a cv-qualified type. AssertDouglas Gregor