summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/try-catch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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