llvm-project/clang/test/CXX/class.access/class.friend
Richard Smith 1db60c1307 Remove redundant check for access in the conversion from the naming
class to the declaring class in a class member access.

This check does not appear to be backed by any rule in the standard (the
rule in question was likely removed over the years), and only ever
produces duplicate diagnostics. (It's also not meaningful because there
isn't a unique declaring class after the resolution of core issue 39.)
2020-11-29 19:21:59 -08:00
..
p1.cpp Remove redundant check for access in the conversion from the naming 2020-11-29 19:21:59 -08:00
p2-cxx03.cpp
p3-cxx0x.cpp
p6.cpp
p9-cxx0x.cpp
p11.cpp