This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 91f051ff9b Serialization: Emit the final diagnostic state last, almost NFC new d3992c554d Serialization: Simulate -Werror settings in implicit modules
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 | 3 ++ include/clang/Basic/DiagnosticIDs.h | 24 +++++++++++ lib/Basic/Diagnostic.cpp | 6 ++- lib/Serialization/ASTReader.cpp | 50 +++++++++++++++++++--- lib/Serialization/ASTWriter.cpp | 7 ++- .../Inputs/implicit-built-Werror-using-W/convert.h | 8 ++++ .../implicit-built-Werror-using-W/module.modulemap | 3 ++ test/Modules/implicit-built-Werror-using-W.cpp | 42 ++++++++++++++++++ 8 files changed, 134 insertions(+), 9 deletions(-) create mode 100644 test/Modules/Inputs/implicit-built-Werror-using-W/convert.h create mode 100644 test/Modules/Inputs/implicit-built-Werror-using-W/module.modulemap create mode 100644 test/Modules/implicit-built-Werror-using-W.cpp