This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 69f10062ab Replace 'REQUIRES: nozlib' with '!zlib' because we don't nee [...] new f1b0224cf7 Improve interface of APValuePathEntry. new e11abb81c1 Fix handling of objects under construction during constant e [...] new 36d9f294ee Add target triple to test. new 2480dce48b Fixed tests where grep was not matching the linefeed
The 4 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/APValue.h | 50 ++++- include/clang/Basic/DiagnosticASTKinds.td | 2 + lib/AST/APValue.cpp | 18 +- lib/AST/ExprConstant.cpp | 308 +++++++++++++++++------------ lib/Sema/SemaTemplate.cpp | 2 +- test/Frontend/macro_defined_type.cpp | 2 +- test/Preprocessor/indent_macro.c | 3 +- test/Preprocessor/macro_fn_varargs_named.c | 9 +- test/Preprocessor/macro_not_define.c | 3 +- test/Preprocessor/macro_rparen_scan.c | 3 +- test/SemaCXX/constant-expression-cxx1y.cpp | 46 +++++ 11 files changed, 291 insertions(+), 155 deletions(-)