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.
Paths
| Differential D129104
[Modules] Add ODR Check for concepts ClosedPublic Authored by ChuanqiXu on Jul 4 2022, 8:41 PM.
Details Summary 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.
Diff Detail Event TimelineComment Actions Address comments.
ChuanqiXu added inline comments.
This revision is now accepted and ready to land.Jul 12 2022, 7:03 AM ChuanqiXu added inline comments.
This revision was landed with ongoing or failed builds.Jul 12 2022, 8:46 AM Closed by commit rG4b95a5a77253: [Modules] Add ODR Check for concepts (authored by ChuanqiXu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443961 clang/docs/ReleaseNotes.rst
clang/lib/AST/ASTContext.cpp
clang/test/Modules/concept_differ.cpp
clang/test/Modules/concept_differ.cppm
|