This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 33eb2fffd9 [c++20] Parsing support for module-declarations, import-decl [...] new cab7f1f7bc [c++20] Enable driver and frontend support for building and [...]
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 | 7 +-- lib/Driver/ToolChains/Clang.cpp | 15 ++++-- lib/Frontend/FrontendActions.cpp | 6 +-- lib/Parse/Parser.cpp | 2 +- test/CXX/module/module.unit/p8.cpp | 40 ++++++++++++++ test/Driver/modules.cpp | 74 ++++++++++++++++++++++++++ 6 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 test/CXX/module/module.unit/p8.cpp create mode 100644 test/Driver/modules.cpp