[PATCH] D136953: [C++20] Diagnose invalid and reserved module names

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 13:22:54 PDT 2022


tschuett added a comment.

Thx.



================
Comment at: clang/test/Modules/reserved-names-1.cpp:42
+
+// We can still use a reserved name on imoport.
+import std; // expected-error {{module 'std' not found}}
----------------
import?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136953/new/

https://reviews.llvm.org/D136953



More information about the cfe-commits mailing list