This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d054f3429 Fixed the --print-supported-cpus test new d999cf60d5 [clang] perform semantic checking in constant context
The 1 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 | 21 ++-- include/clang/Basic/DiagnosticASTKinds.td | 2 + include/clang/Sema/Sema.h | 9 ++ lib/AST/ExprConstant.cpp | 59 +++++++--- lib/Sema/Sema.cpp | 1 + lib/Sema/SemaChecking.cpp | 178 ++++++++++++++++++----------- test/SemaCXX/attr-nonnull.cpp | 32 ++++++ test/SemaCXX/constant-expression-cxx11.cpp | 9 +- 8 files changed, 215 insertions(+), 96 deletions(-)