[PATCH] D118588: [C++20][Modules] Diagnose wrong import/export for partition CMIs.

Iain Sandoe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 15 08:32:48 PST 2022


iains created this revision.
iains updated this revision to Diff 404484.
iains added a comment.
iains updated this revision to Diff 405594.
iains updated this revision to Diff 405595.
iains updated this revision to Diff 408763.
iains updated this revision to Diff 408864.
iains added reviewers: rsmith, urnathan, ChuanqiXu.
iains published this revision for review.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Fix whitespace error.


iains added a comment.

rebased onto import state machine.


iains added a comment.

re-apply rebase


iains added a comment.

Rebased onto other modules work.


iains added a comment.

update formatting.


iains added a comment.

patch 5 of 8 to implement basic C++20 module partition support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118588

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaModule.cpp
  clang/test/Modules/cxx20-10-3-ex1.cpp
  clang/test/Modules/cxx20-10-3-ex2.cpp
  clang/test/Modules/cxx20-import-diagnostics-a.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118588.408864.patch
Type: text/x-patch
Size: 7239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/6fd1466b/attachment-0001.bin>


More information about the cfe-commits mailing list