summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/try-catch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: Strip qualifiers from qualified array types in catchesDavid Majnemer2014-10-121-0/+8
| | | | | | | | | While we ran getUnqualifiedType over the catch type, it isn't enough for array types. Use getUnqualifiedArrayType instead. This fixes PR21252. llvm-svn: 219582
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
| | | | llvm-svn: 126599
* There is no such thing as typeinfo for a cv-qualified type. AssertDouglas Gregor2009-12-231-0/+13
that this is true when mangling, then fix up the various places in Sema and/or CodeGen that need to remove qualifiers. Addresses a linking issue when building LLVM with Clang. llvm-svn: 92064
OpenPOWER on IntegriCloud