This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0372123a0 [NFC] Remove MS line endings in diagnostics file. new 710518321b [clang][Parse] Diagnose useless null statements / empty init [...]
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: docs/ReleaseNotes.rst | 57 +++++++++++++ include/clang/Basic/DiagnosticGroups.td | 5 +- include/clang/Basic/DiagnosticParseKinds.td | 7 ++ include/clang/Parse/Parser.h | 1 + lib/Parse/ParseExprCXX.cpp | 8 +- lib/Parse/ParseStmt.cpp | 41 +++++++++ ...emi-resulting-in-nullstmt-in-init-statement.cpp | 64 +++++++++++++++ test/Parser/extra-semi-resulting-in-nullstmt.cpp | 96 ++++++++++++++++++++++ 8 files changed, 277 insertions(+), 2 deletions(-) create mode 100644 test/Parser/extra-semi-resulting-in-nullstmt-in-init-statement.cpp create mode 100644 test/Parser/extra-semi-resulting-in-nullstmt.cpp