[PATCH] D129104: [Modules] Add ODR Check for concepts
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 12 08:31:47 PDT 2022
ChuanqiXu marked 2 inline comments as done.
ChuanqiXu added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:187
+- Clang now would check ODR violations when merging concepts from different modules.
+ Note that it may break existing codes and the behavior is intended.
+ Fixes `Issue 56310 <https://github.com/llvm/llvm-project/issues/56310>`_.
----------------
erichkeane wrote:
>
Although as a non-native speaker, the current wording looks like the new clang is going to break existing code and what I want to say it is only **possible**.
I followed your suggestion since I feel it might not be meaningful to argue English with a native speaker : )
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129104/new/
https://reviews.llvm.org/D129104
More information about the cfe-commits
mailing list