]> granicus.if.org Git - clang/commit
constexpr: support for evaluation and codegen of typeid constants.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Dec 2011 12:18:28 +0000 (12:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Dec 2011 12:18:28 +0000 (12:18 +0000)
commit47d2145675099893d702be4bc06bd9f26d8ddd13
tree4abaa188a49dcf3a12abf3a1484bb0e1d46926ad
parent4a08268a6953b3ce77691d3a8a7589e7cdeea947
constexpr: support for evaluation and codegen of typeid constants.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147290 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprConstant.cpp
test/CXX/expr/expr.const/p2-0x.cpp
test/CodeGenCXX/typeid-cxx11.cpp [new file with mode: 0644]
test/CodeGenCXX/typeid.cpp