erichkeane added inline comments.
================ Comment at: clang/docs/ReleaseNotes.rst:347 Fixes `Issue 57562 <https://github.com/llvm/llvm-project/issues/57562>`_. +- Clang now diagnoses use of invalid or reserved module names. Both are + diagnosed as an error, but the diagnostic is suppressed for use of reserved ---------------- So question: ARE we diagnosing all 'use' of invalid/reserved module names? So the idea is you cannot import: `std.concepts`? Or are we diagnosing `export` only? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136953/new/ https://reviews.llvm.org/D136953 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits