]> granicus.if.org Git - clang/commit
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 20:56:31 +0000 (20:56 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 20:56:31 +0000 (20:56 +0000)
commit0dfd848fa4c9664852ba8c929a8bd3fce93ddca2
tree0075127b0a0b4c7672d65e24bf8a23d56cd06040
parent8c6b9135fc7d5631cce52779a991897a1b76e47a
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113782 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/Sema/Sema.h
lib/AST/ExprCXX.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExprCXX.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp