Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overlapping replacements in clang-tidy. | Angel Garcia Gomez | 2015-10-16 | 1 | -43/+73 |
| | | | | | | | | | | | | Summary: Prevent clang-tidy from applying fixes to errors that overlap with other errors' fixes, with one exception: if one fix is completely contained inside another one, then we can apply the big one. Reviewers: bkramer, klimek Subscribers: djasper, cfe-commits, alexfh Differential Revision: http://reviews.llvm.org/D13516 llvm-svn: 250509 | ||||
* | Create interfaces and tests for the overlapping replacements fix in clang-tidy. | Angel Garcia Gomez | 2015-10-06 | 1 | -0/+379 |
Summary: No changes in clang-tidy yet. Reviewers: klimek Subscribers: alexfh, cfe-commits Differential Revision: http://reviews.llvm.org/D13469 llvm-svn: 249402 |