summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/odr_hash-Friend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary options from test RUN lines.Richard Trieu2018-09-051-5/+5
| | | | | | | These tests do not check the color printing, so color options should not be used when running them. llvm-svn: 341498
* [ODRHash] Fix hashing for friend functions.Richard Trieu2018-02-221-4/+72
| | | | | | | When hashing a templated function, use the hash of the function it was instantiated from. llvm-svn: 325742
* Add context to why test was disabled on WindowsRichard Trieu2018-01-161-0/+1
| | | | | | | test/Modules/odr_hash-Friend.cpp triggers an assertion in MicrosoftMangle.cpp This has been reported in PR35939 llvm-svn: 322593
* Try to suppress Windows testing again.Richard Trieu2018-01-121-1/+1
| | | | llvm-svn: 322420
* Disable test for Windows to fix Windows buildbots.Richard Trieu2018-01-121-0/+2
| | | | llvm-svn: 322405
* [ODRHash] Don't hash friend functions.Richard Trieu2018-01-121-0/+19
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