This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 418eae9689 [Builtins] Implement __builtin_is_constant_evaluated for use [...] new cb27266d3b [clang][HeaderSearch] Make sure there are no backslashes in [...] new 59fef7181c Revert r359048: C++ DR2387: a variable template declared wthi
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: include/clang/Basic/DiagnosticSemaKinds.td | 2 - include/clang/Lex/HeaderSearch.h | 10 +- lib/AST/Decl.cpp | 81 +- lib/Lex/HeaderSearch.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 52 +- test/CXX/drs/dr0xx.cpp | 7 +- test/CXX/drs/dr17xx.cpp | 2 +- test/CXX/drs/dr23xx.cpp | 26 - test/CXX/module/module.interface/p3.cpp | 2 +- test/CXX/module/module.interface/p5.cpp | 6 +- .../CodeGenCXX/cxx1y-variable-template-linkage.cpp | 54 +- test/SemaCXX/PR10177.cpp | 3 +- test/SemaCXX/warn-unused-filescoped.cpp | 3 +- test/SemaCXX/warn-unused-variables.cpp | 4 +- unittests/Lex/HeaderSearchTest.cpp | 9 + www/cxx_dr_status.html | 28404 +++++++++---------- 16 files changed, 14258 insertions(+), 14409 deletions(-) delete mode 100644 test/CXX/drs/dr23xx.cpp