
This implements the parsing and recognition of module partition CMIs and removes the FIXMEs in the parser. Module partitions are recognised in the base computation of visibility, however additional amendments to visibility follow in subsequent patches. Differential Revision: https://reviews.llvm.org/D118586
5 lines
127 B
C++
5 lines
127 B
C++
// RUN: %clang_cc1 -std=c++2a -verify %s
|
|
|
|
export module foo:bar;
|
|
import :baz; // expected-error {{module 'foo:baz' not found}}
|