This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 94698da610 Revert "Revert "Fix LLVMgold plugin name/path for non-Linux."" new 1d10d94232 Allow StmtVisitor visitation to be parameterized. NFC. new e82d60d046 Allow the target field of a CK_ToUnion to be more easily recovered. new c2327951c9 Extract IRGen's constant-emitter into its own helper class a [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/Expr.h | 10 + include/clang/AST/StmtVisitor.h | 26 +- lib/AST/Expr.cpp | 20 + lib/CodeGen/CGBlocks.cpp | 3 +- lib/CodeGen/CGBuiltin.cpp | 11 +- lib/CodeGen/CGDebugInfo.cpp | 3 +- lib/CodeGen/CGDecl.cpp | 8 +- lib/CodeGen/CGException.cpp | 4 +- lib/CodeGen/CGExpr.cpp | 10 +- lib/CodeGen/CGExprCXX.cpp | 5 +- lib/CodeGen/CGExprConstant.cpp | 833 ++++++++++++++++++++++++++++------------ lib/CodeGen/CodeGenModule.cpp | 21 +- lib/CodeGen/CodeGenModule.h | 22 +- lib/CodeGen/ConstantEmitter.h | 180 +++++++++ lib/Sema/SemaCast.cpp | 19 +- 15 files changed, 861 insertions(+), 314 deletions(-) create mode 100644 lib/CodeGen/ConstantEmitter.h