diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-02-07 17:08:42 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2022-02-25 09:33:14 +0000 |
commit | 6114491441700cc8a614d284407e9a6e9bf74751 (patch) | |
tree | 91a6adb55188a1200597bc15ef93d1716aa3acec /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2cd675249d8d1c570d7f1ea059f40aecb0f68d74 (diff) | |
download | llvm-6114491441700cc8a614d284407e9a6e9bf74751.zip llvm-6114491441700cc8a614d284407e9a6e9bf74751.tar.gz llvm-6114491441700cc8a614d284407e9a6e9bf74751.tar.bz2 |
[C++20][Modules][4/8] Handle generation of partition implementation CMIs.
Partition implementations are special, they generate a CMI, but it
does not have an 'export' line, and we cannot export anything from the
it [that is it can only make decls available to other members of the
owning module, not to importers of that].
Add initial testcases for partition handling, derived from the examples in
Section 10 of the C++20 standard, which identifies what should be accepted
and/or rejected.
Differential Revision: https://reviews.llvm.org/D118587
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions