[all-commits] [llvm/llvm-project] 4b95a5: [Modules] Add ODR Check for concepts
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Jul 12 08:46:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b95a5a772530f78326941f26e5cb2c33212460f
https://github.com/llvm/llvm-project/commit/4b95a5a772530f78326941f26e5cb2c33212460f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ASTContext.cpp
A clang/test/Modules/concept_differ.cpp
A clang/test/Modules/concept_differ.cppm
Log Message:
-----------
[Modules] Add ODR Check for concepts
Closing https://github.com/llvm/llvm-project/issues/56310
Previously we don't check the contents of concept so it might merge
inconsistent results.
Important Note: this patch might break existing code but the behavior
might be right.
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D129104
More information about the All-commits
mailing list