[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:58:11 PDT 2022


tschuett added a comment.

Are malformed imports an issue or are they already covered? There is limit test coverage for import. Am I missing something?

  import import;
  import module;


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

https://reviews.llvm.org/D136953



More information about the cfe-commits mailing list