summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/typeid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-1/+2
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-271-0/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-3/+2
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-0/+3
* constexpr: support for evaluation and codegen of typeid constants.Richard Smith2011-12-271-0/+21
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-1/+2
* Put a typeid test in its own namespace.Anders Carlsson2011-04-171-1/+5
* If there's an invoke destination, we should use invoke instead of call when c...Anders Carlsson2011-04-111-0/+18