Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ODRHash] Fix early exit that skipped code. | Richard Trieu | 2018-09-14 | 1 | -0/+1 |
| | | | | | | | | | | There is a bit of code at the end of AddDeclaration that should be run on every exit of the function. However, there was an early exit beforehand that could be triggered, which causes a small amount of data to skip the hashing, leading to false positive mismatch. Use a separate function so that this code is always run. llvm-svn: 342199 | ||||
* | Test case for r321396 | Richard Trieu | 2018-01-06 | 10 | -0/+63 |
Any hashing for methods should be able to compile this test case without emitting an error. Since the class and method come from the same header from each module, there should be no messages about ODR violations. llvm-svn: 321924 |