Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -48/+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] Add a missing comma after "flags" | Benjamin Kramer | 2018-09-11 | 1 | -0/+1 |
| | | | | llvm-svn: 341925 | ||||
* | [clang-tidy] Abseil: Allow macros inside of absl to use internal absl things | Benjamin Kramer | 2018-09-07 | 1 | -0/+8 |
| | | | | llvm-svn: 341643 | ||||
* | [clang-tidy] Add abseil-no-internal-dependencies check | Jonas Toth | 2018-08-29 | 1 | -0/+39 |
Finds instances where the user depends on internal details and warns them against doing so. Should not be run on internal Abseil files or Abseil source code. Patch by hugoeg! Differential Revision: https://reviews.llvm.org/D50542 llvm-svn: 340928 |