This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 268e1ac [Basic] Add const qualifier to SM.isInSystemMacro (NFC) new c52f27b P0217R3: Constant expression evaluation for decomposition dec [...]
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/DeclCXX.h | 14 ++++++-- lib/AST/DeclCXX.cpp | 5 +-- lib/AST/ExprConstant.cpp | 62 ++++++++++++++++++++++++++++++++ lib/Sema/SemaDecl.cpp | 9 +++-- lib/Sema/SemaDeclCXX.cpp | 5 +-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 ++++- test/CXX/dcl.decl/dcl.decomp/p2.cpp | 7 ++-- test/CXX/dcl.decl/dcl.decomp/p3.cpp | 29 +++++++++++++++ test/CXX/dcl.decl/dcl.decomp/p4.cpp | 8 +++++ test/SemaCXX/cxx1z-decomposition.cpp | 22 ++++++++++-- 10 files changed, 152 insertions(+), 17 deletions(-)