This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 28dea68 Widen type of __offset_flags in RTTI on Mingw64 new d605534 C++ Modules TS: add frontend support for building pcm files f [...]
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/DiagnosticFrontendKinds.td | 4 +- include/clang/Basic/DiagnosticParseKinds.td | 4 ++ include/clang/Basic/DiagnosticSemaKinds.td | 4 ++ include/clang/Basic/LangOptions.def | 5 +- include/clang/Basic/LangOptions.h | 13 +++- include/clang/Driver/CC1Options.td | 2 + include/clang/Frontend/FrontendActions.h | 38 +++++++---- include/clang/Frontend/FrontendOptions.h | 4 +- include/clang/Lex/ModuleMap.h | 9 +++ lib/Frontend/ASTUnit.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 3 + lib/Frontend/FrontendActions.cpp | 81 +++++++++++++++--------- lib/Frontend/FrontendOptions.cpp | 2 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 5 +- lib/Lex/ModuleMap.cpp | 21 +++++- lib/Lex/PPLexerChange.cpp | 2 +- lib/Lex/PPMacroExpansion.cpp | 2 +- lib/Lex/Preprocessor.cpp | 19 +++++- lib/Parse/ParseAST.cpp | 22 ++----- lib/Parse/Parser.cpp | 21 +++++- lib/Sema/SemaDecl.cpp | 88 ++++++++++++++++++-------- lib/Sema/SemaDeclObjC.cpp | 2 +- lib/Serialization/GeneratePCH.cpp | 7 +- test/Parser/cxx-modules-import.cpp | 27 ++++---- test/Parser/cxx-modules-interface.cppm | 21 ++++++ test/lit.cfg | 2 +- 27 files changed, 296 insertions(+), 116 deletions(-) create mode 100644 test/Parser/cxx-modules-interface.cppm