llvm-project/clang/test/CXX/except
Richard Smith 4a4e90a823 [c++20] Compute exception specifications for defaulted comparisons.
This requires us to essentially fully form the body of the defaulted
comparison, but from an unevaluated context. Naively this would require
generating the function definition twice; instead, we ensure that the
function body is implicitly defined before performing the check, and
walk the actual body where possible.
2019-12-15 22:02:31 -08:00
..
except.handle
except.spec [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00