summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/typeid.cpp
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2013-09-27AST: Handle qualified array types in typeid() expressionsDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2011-12-27constexpr: support for evaluation and codegen of typeid constants.Richard Smith
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-04-17Put a typeid test in its own namespace.Anders Carlsson
2011-04-11If there's an invoke destination, we should use invoke instead of call when c...Anders Carlsson