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.
Differential D129104
[Modules] Add ODR Check for concepts ChuanqiXu on Jul 4 2022, 8:41 PM. Authored by
Details 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.
|
This isn't necessarily valid here, you did a dyn_cast above.