Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -10/+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 | ||||
* | Reapplying r246209, which exposed language options to the checkers. This ↵ | Aaron Ballman | 2015-08-28 | 1 | -0/+10 |
| | | | | | | time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code. llvm-svn: 246298 | ||||
* | Reverting r246209 while I investigate a build bot failure: ↵ | Aaron Ballman | 2015-08-27 | 1 | -10/+0 |
| | | | | | | http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/30516 llvm-svn: 246224 | ||||
* | Expose language options to the checkers; disable UseNullptrCheck when not ↵ | Aaron Ballman | 2015-08-27 | 1 | -0/+10 |
compiling in C++11 mode. llvm-svn: 246209 |