This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository clang.
from 2574fd7 Merging r291955: -------------------------------------------- [...] new 6a36a69 Merging r292555, r292558 and r292559: ----------------------- [...] new 12c394c Merging r292497: -------------------------------------------- [...]
The 2 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: docs/LanguageExtensions.rst | 40 +++++++++++++++++++++++++++++++++++++++ include/clang/Basic/Builtins.def | 1 + lib/AST/ExprConstant.cpp | 2 ++ lib/CodeGen/CGBuiltin.cpp | 4 ++++ lib/Lex/PPMacroExpansion.cpp | 1 + lib/Sema/SemaExpr.cpp | 11 +++++------ test/CodeGenCXX/builtins.cpp | 4 ++++ test/Lexer/has_feature_cxx0x.cpp | 11 +++++++++++ test/Sema/PR28181.c | 13 +++++++++++++ test/SemaCXX/constexpr-string.cpp | 21 ++++++++++++++++++++ 10 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 test/Sema/PR28181.c