Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Ignore newlines in checks list | Alexander Kornienko | 2017-08-09 | 1 | -1/+1 |
* | [clang-tidy] Fix treating non-space whitespaces in checks list. | Marek Kurdej | 2017-03-23 | 1 | -87/+94 |
* | [clang-tidy] Ignore spaces between globs in the Checks option. | Alexander Kornienko | 2017-02-16 | 1 | -1/+1 |
* | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -1/+1 |
* | Implemented clang-tidy-check-specific options. | Alexander Kornienko | 2014-09-12 | 1 | -3/+4 |
* | Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. | Alexander Kornienko | 2014-08-06 | 1 | -38/+38 |
* | Fixed incorrect StringRef::find usage. | Alexander Kornienko | 2014-05-15 | 1 | -3/+3 |
* | Change the behavior of clang-tidy -checks=, remove -disable-checks. | Alexander Kornienko | 2014-05-15 | 1 | -0/+53 |
* | Store Errors inside ClangTidyContext instead of just pointer to an external | Alexander Kornienko | 2014-05-09 | 1 | -2/+2 |
* | Output clang-tidy errors in a consistent order. | Alexander Kornienko | 2014-04-08 | 1 | -0/+33 |