| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
These tests do not check the color printing, so color options should not
be used when running them.
llvm-svn: 341498
|
|
|
|
|
|
|
| |
When hashing a templated function, use the hash of the function it was
instantiated from.
llvm-svn: 325742
|
|
|
|
|
|
|
| |
test/Modules/odr_hash-Friend.cpp triggers an assertion in MicrosoftMangle.cpp
This has been reported in PR35939
llvm-svn: 322593
|
|
|
|
| |
llvm-svn: 322420
|
|
|
|
| |
llvm-svn: 322405
|
|
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
|