This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5a57d357a3 Fix test after r359009 on platforms where %ms_abi_triple is 32-bit new 53a7d337cb Fix interactions between __builtin_constant_p and constexpr [...]
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: lib/AST/ExprConstant.cpp | 63 ++++++++++++++++++++----------------- lib/Sema/SemaChecking.cpp | 6 +++- test/SemaCXX/builtin-constant-p.cpp | 61 +++++++++++++++++++++++++++++++++++ test/SemaCXX/enable_if.cpp | 11 +++++++ 4 files changed, 112 insertions(+), 29 deletions(-) create mode 100644 test/SemaCXX/builtin-constant-p.cpp