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
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
module "c.h" {header "c.h" export *}
|
|
module "b2.h" { header "b2.h" export *}
|
|
module "b.h" {header "b.h" export *}
|
|
module "b111.h" { header "b111.h" export *}
|
|
module "b11.h" { header "b11.h" export *}
|
|
module "b1111.h" { header "b1111.h" export *}
|
|
module "b1112.h" { header "b1112.h" export *}
|