This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d0c5e8560 Attempt to fix failure of deep-ast-tree.cpp on atom and s390 new e32a9d69af [Parser] (C++) Make -Wextra-semi slightly more useful
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/DiagnosticGroups.td | 5 ++++- include/clang/Basic/DiagnosticParseKinds.td | 2 +- test/Parser/cxx-extra-semi.cpp | 3 +++ test/SemaCXX/extra-semi.cpp | 29 +++++++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 test/SemaCXX/extra-semi.cpp