llvm-project/clang/test/Modules/Inputs/PR27513
Richard Smith d49941b726 PR27513: When determining which declaration to put into an exported lookup
table for a module / PCH, never map from a normal declaration of a class to an
injected-class-name declaration (or vice versa). Those declarations live in
distinct lookup tables and should not be confused.

We really shouldn't be using a CXXRecordDecl to represent an
injected-class-name in the first place; I've filed PR27532 so we don't forget.

llvm-svn: 267632
2016-04-26 23:40:43 +00:00
..
a.h
b.h
b1.h
b2.h
b11.h
b111.h
b1111.h
b1112.h
c.h
module.modulemap
mystring.h