Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: Update test as underlying problem apparently was fixed. | Daniel Jasper | 2015-03-02 | 1 | -2/+1 |
* | Provide user name in ClangTidyOptions. | Alexander Kornienko | 2014-09-24 | 1 | -9/+10 |
* | Implemented clang-tidy configurability via .clang-tidy files. | Alexander Kornienko | 2014-09-04 | 1 | -3/+3 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -5/+5 |
* | Allow per-file clang-tidy options. | Alexander Kornienko | 2014-06-05 | 1 | -3/+15 |
* | Don't assume an implicit error_code -> bool operator. | Rafael Espindola | 2014-06-03 | 1 | -5/+5 |
* | ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailab... | NAKAMURA Takumi | 2014-05-24 | 1 | -7/+8 |
* | Add clang-tidy -line-filter option to filter findings by line ranges. | Alexander Kornienko | 2014-05-22 | 1 | -0/+58 |