summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/compare-modules-cxx2a.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Fix incorrect assumptions in checks for comparison category types.Richard Smith2019-12-091-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.
OpenPOWER on IntegriCloud