Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ASTImporter] 4th attempt to fix Windows buildbot test errors | Gabor Marton | 2019-09-24 | 1 | -4/+8 |
| | | | | llvm-svn: 372705 | ||||
* | [ASTImporter] 3rd attempt to fix Windows buildbot test errors | Gabor Marton | 2019-09-24 | 1 | -4/+6 |
| | | | | llvm-svn: 372688 | ||||
* | [ASTImporter] 2nd attempt to fix Windows buildbot test errors | Gabor Marton | 2019-09-23 | 1 | -2/+2 |
| | | | | llvm-svn: 372646 | ||||
* | [ASTImporter] Attempt to fix Windows buildbot test errors | Gabor Marton | 2019-09-23 | 1 | -2/+2 |
| | | | | llvm-svn: 372633 | ||||
* | [ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategies | Gabor Marton | 2019-09-23 | 1 | -0/+670 |
Summary: In this patch we provide additional and comprehensive tests for the ODR handling strategies. This is the continuation of https://reviews.llvm.org/D59692. Reviewers: shafik, a_sidorin, balazske, a.sidorin Subscribers: mgorny, rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66951 llvm-svn: 372564 |