This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5b04748157 Do not enable RTTI with -fexceptions, for PS4 new a6a3cf5fce [Clang Tablegen][RFC] Allow Early Textual Substitutions in ` [...]
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/InternalsManual.rst | 26 + include/clang/Basic/Diagnostic.td | 9 + include/clang/Basic/DiagnosticSemaKinds.td | 49 +- test/SemaCXX/anonymous-struct.cpp | 2 +- test/SemaCXX/cxx98-compat.cpp | 6 +- test/TableGen/DiagnosticBase.inc | 133 ++- .../TableGen/DiagnosticDocs.inc | 9 - test/TableGen/emit-diag-docs.td | 78 ++ test/TableGen/text-substitution.td | 38 + test/lit.cfg.py | 3 +- utils/TableGen/ClangDiagnosticsEmitter.cpp | 1006 +++++++++++++++----- 11 files changed, 1031 insertions(+), 328 deletions(-) copy include/clang/Basic/DiagnosticDocs.td => test/TableGen/DiagnosticDocs.inc (82%) create mode 100644 test/TableGen/emit-diag-docs.td create mode 100644 test/TableGen/text-substitution.td