-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
accepts-invalidclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"clang:modulesC++20 modules and Clang Header ModulesC++20 modules and Clang Header Modules
Description
Take:
module
;
export module unexpanded
;
as far I can read P3034R1 this should be invalid as export module
is handled during preprocessing and https://eel.is/c++draft/cpp#pre-1 gives module\n;
as being an invalid directive too.
Metadata
Metadata
Assignees
Labels
accepts-invalidclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"clang:modulesC++20 modules and Clang Header ModulesC++20 modules and Clang Header Modules