This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aab26b3c6c Test commit access new 879a8f700a Allow conditions to be decomposed with structured bindings
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/Basic/DiagnosticSemaKinds.td | 3 + include/clang/Sema/DeclSpec.h | 2 +- lib/Parse/ParseExprCXX.cpp | 2 + lib/Sema/SemaDeclCXX.cpp | 14 +++-- test/Parser/cxx1z-decomposition.cpp | 15 ++--- test/Parser/decomposed-condition.cpp | 61 ++++++++++++++++++ test/SemaCXX/decomposed-condition.cpp | 99 ++++++++++++++++++++++++++++++ 7 files changed, 183 insertions(+), 13 deletions(-) create mode 100644 test/Parser/decomposed-condition.cpp create mode 100644 test/SemaCXX/decomposed-condition.cpp