summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/odr_hash-Friend/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [ODRHash] Fix hashing for friend functions.Richard Trieu2018-02-221-0/+8
| | | | | | | When hashing a templated function, use the hash of the function it was instantiated from. llvm-svn: 325742
* [ODRHash] Don't hash friend functions.Richard Trieu2018-01-121-0/+15
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
OpenPOWER on IntegriCloud