This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae7d8f9 Fix test case committed in r293106 so that it passes on targe [...] new 259e801 Remove and replace DiagStatePoint tracking and lookup data st [...]
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/Diagnostic.h | 100 ++++++++++++++++----- lib/Basic/Diagnostic.cpp | 185 ++++++++++++++++++++------------------ lib/Basic/DiagnosticIDs.cpp | 5 +- lib/Serialization/ASTReader.cpp | 100 ++++++++++++++------- lib/Serialization/ASTWriter.cpp | 45 +++++----- test/Modules/Inputs/diag_pragma.h | 10 +++ test/Modules/diag-pragma.cpp | 47 ++++++++++ 7 files changed, 330 insertions(+), 162 deletions(-) create mode 100644 test/Modules/diag-pragma.cpp