[PATCH] D146986: Downgrade reserved module identifier error into a warning
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 09:56:59 PDT 2023
aaron.ballman added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:92
+ <https://github.com/llvm/llvm-project/issues/61446>`_ and allows easier
+ building of precompiled modules. This diagnostic may be strengthened into an
+ error again in the future once there is a less fragile way to mark a module
----------------
Mordante wrote:
> Note this is about the standard modules, which are not precompiled per se.
Thanks! I fixed this up on the Clang 17 branch in 711b70d77e99dd4101b9dfa94d9ea0d4149997ab
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146986/new/
https://reviews.llvm.org/D146986
More information about the cfe-commits
mailing list