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

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 29 05:31:01 PDT 2022


tschuett added inline comments.


================
Comment at: clang/lib/Sema/SemaModule.cpp:148
+/// Tests whether the given identifier is reserved as a module name and
+/// diagnoses if it is. Returs true if a diagnostic is emitted and false
+/// otherwise.
----------------
Returns


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

https://reviews.llvm.org/D136953



More information about the cfe-commits mailing list