llvm-project/clang/test/CXX/class
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
..
class.base/class.base.init
class.bit Implement DR2229, which prohibits unnamed bit-fields from having qualifiers in C++. 2018-03-17 21:08:40 +00:00
class.compare [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00
class.friend DR674, PR38883, PR40238: Qualified friend lookup should look for a 2019-01-07 06:00:46 +00:00
class.local
class.mem When typo-correcting a function name, consider correcting to a type name 2019-05-09 00:57:24 +00:00
class.mfct/class.mfct.non-static
class.nest
class.nested.type
class.static/class.static.data Don't warn about runtime behavior problems in variable initializers that we 2017-09-23 18:27:11 +00:00
class.union Add missing diagnostic for anonymous struct/union definitions that don't 2019-04-24 00:08:02 +00:00
p1-0x.cpp
p2-0x.cpp
p6-0x.cpp