[all-commits] [llvm/llvm-project] 1a76d2: [C++20][Modules][5/8] Diagnose wrong import/export...
iains via All-commits
all-commits at lists.llvm.org
Sat Feb 26 03:27:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a76d2563940e6b4bfcb9e77b8a4d1d3f0cc7d30
https://github.com/llvm/llvm-project/commit/1a76d2563940e6b4bfcb9e77b8a4d1d3f0cc7d30
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaModule.cpp
A clang/test/Modules/cxx20-10-3-ex1.cpp
A clang/test/Modules/cxx20-10-3-ex2.cpp
M clang/test/Modules/cxx20-import-diagnostics-a.cpp
Log Message:
-----------
[C++20][Modules][5/8] Diagnose wrong import/export for partition CMIs.
We cannot export partition implementation CMIs, but we can export the content
of partition interface CMIs.
Differential Revision: https://reviews.llvm.org/D118588
More information about the All-commits
mailing list