[PATCH] D118586: [C++20][Modules] Initial handling for module partitions.
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 16 03:46:02 PST 2022
iains updated this revision to Diff 409201.
iains added a comment.
Update to rebase on changes to parent patches and formatting checks.
while doing this made a check for module partitions more efficient.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118586/new/
https://reviews.llvm.org/D118586
Files:
clang/include/clang/AST/Decl.h
clang/include/clang/Basic/DiagnosticIDs.h
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/Parse/Parser.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaLookup.cpp
clang/lib/Sema/SemaModule.cpp
clang/test/CXX/module/module.unit/p3.cpp
clang/test/CXX/module/module.unit/p8.cpp
clang/test/Modules/cxx20-import-diagnostics-a.cpp
clang/test/Modules/cxx20-partition-diagnostics-a.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118586.409201.patch
Type: text/x-patch
Size: 26827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220216/6852fc59/attachment-0001.bin>
More information about the cfe-commits
mailing list