Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ODRHash] Fix hashing for friend functions. | Richard Trieu | 2018-02-22 | 1 | -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 Trieu | 2018-01-12 | 1 | -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 |