[PATCH] D129104: [Modules] Add ODR Check for concepts

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 08:25:41 PDT 2022


erichkeane added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:186
   template function. Fixes `Issue 55560 <https://github.com/llvm/llvm-project/issues/55560>`_.
+- Clang now would check ODR violations when merging concepts from different modules.
+  Note that it may break existing codes and the behavior is intended.
----------------



================
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>`_.
----------------



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

https://reviews.llvm.org/D129104



More information about the cfe-commits mailing list