Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Fix incorrect assumptions in checks for comparison category types. | Richard Smith | 2019-12-09 | 1 | -0/+54 |
In the presence of modules, we can have multiple lookup results for the same entity, and we need to re-check for completeness each time we consider a type. |