Files
clang-p2996/clang/test/Modules/Inputs/odr_hash-Friend/module.modulemap
Richard Trieu 0ac2eb7369 [ODRHash] Fix hashing for friend functions.
When hashing a templated function, use the hash of the function it was
instantiated from.

llvm-svn: 325742
2018-02-22 05:50:29 +00:00

24 lines
208 B
Plaintext

module Box {
header "Box.h"
}
module Module1 {
header "M1.h"
}
module Module2 {
header "M2.h"
}
module Module3 {
header "M3.h"
}
module Good {
header "Good.h"
}
module Bad {
header "Bad.h"
}