llvm-project/clang/test/CXX/class.access/class.friend
Richard Smith a534a31c5e [modules] In C++, stop serializing and deserializing a list of declarations in
the identifier table. This is redundant, since the TU-scope lookups are also
serialized as part of the TU DeclContext, and wasteful in a number of ways. We
still emit the decls for PCH / preamble builds, since for those we want
identical results, not merely semantically equivalent ones.

llvm-svn: 242855
2015-07-21 23:54:07 +00:00
..
p1.cpp [modules] In C++, stop serializing and deserializing a list of declarations in 2015-07-21 23:54:07 +00:00
p2-cxx03.cpp
p3-cxx0x.cpp Issue a diagnostic if we see a templated friend declaration that we do not 2013-11-08 18:59:56 +00:00
p6.cpp
p9-cxx0x.cpp
p11.cpp [modules] In C++, stop serializing and deserializing a list of declarations in 2015-07-21 23:54:07 +00:00