Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -320/+0 |
| | | | | | | | | | | | | | | | | | | | | Summary: This change moves tests for checkers and infrastructure into separate directories, making it easier to find infrastructure tests. Tests for checkers are already easy to find because they are named after the checker. Tests for infrastructure were difficult to find because they were outnumbered by tests for checkers. Now they are in a separate directory. Reviewers: jfb, jdoerfert, lebedev.ri Subscribers: srhines, nemanjai, aheejin, kbarton, christof, mgrang, arphaman, jfb, lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68807 llvm-svn: 374540 | ||||
* | [clang-tidy] Fix typo in r373428 | Sam McCall | 2019-10-02 | 1 | -1/+0 |
| | | | | llvm-svn: 373436 | ||||
* | [clang-tidy] Fix for commits rL372706 and rL372711 | Adam Balogh | 2019-10-02 | 1 | -0/+23 |
| | | | | | | | | | The patch committed was not the accepted version but the previous one. This commit fixes this issue. Differential Revision: https://reviews.llvm.org/D64736 llvm-svn: 373428 | ||||
* | [clang-tidy][test] Add -fexceptions to bugprone-infinite-loop.test | Fangrui Song | 2019-09-24 | 1 | -1/+1 |
| | | | | | | | | This fixes llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast. -fexceptions is disabled by default on XCore and PS4. llvm-svn: 372715 | ||||
* | [clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ↵ | Fangrui Song | 2019-09-24 | 1 | -0/+298 |
from D64736 llvm-svn: 372706 |