In certain combinations of templated classes and friend functions, the body of friend functions does not get propagated along with function signature. Exclude friend functions for hashing to avoid this case. llvm-svn: 322350
16 lines
140 B
Plaintext
16 lines
140 B
Plaintext
module Box {
|
|
header "Box.h"
|
|
}
|
|
|
|
module Module1 {
|
|
header "M1.h"
|
|
}
|
|
|
|
module Module2 {
|
|
header "M2.h"
|
|
}
|
|
|
|
module Module3 {
|
|
header "M3.h"
|
|
}
|