if the type's declaration was previously instantiated in an unimported module. (For an imported type definition, this already worked, because the source location is set to the location of the definition, but for locally-instantiated type definitions, it did not.) llvm-svn: 203425
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
module tsv {
|
|
module a { header "a.h" }
|
|
module b { header "b.h" }
|
|
module c { header "c.h" }
|
|
module d { header "d.h" }
|
|
module e { header "e.h" }
|
|
}
|