summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/check_clang_tidy_fix.sh
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.shAlexander Kornienko2014-10-261-38/+0
* Corrected a comment in check_clang_tidy_fix.shAlexander Kornienko2014-09-261-1/+1
* [clang-tidy] Test username substitution in TODO() check.Alexander Kornienko2014-09-261-7/+7
* Try to pacify dash-using linux distros with a very old-school shell variable ...Benjamin Kramer2014-09-221-1/+1
* Disable most of the google-readability-casting check for non-C++ files (onlyAlexander Kornienko2014-09-211-1/+5
* [clang-tidy] Add a checker that warns on TODO comments without username.Benjamin Kramer2014-09-181-1/+1
* Reverting to Rui's last version, as it actually works both in Darwin and in L...Alexander Kornienko2014-08-081-1/+1
* Closing the loop. Now this sed invocation is back to what it was before the a...Alexander Kornienko2014-08-081-1/+1
* [clang-tidy] Fix sed flag, third tryRui Ueyama2014-08-081-1/+1
* [clang-tidy] Fix sed flag againRui Ueyama2014-08-071-1/+1
* [clang-tidy] Fix sed flag.Rui Ueyama2014-08-071-1/+1
* [clang-tidy] Implement the include order checker for LLVM.Benjamin Kramer2014-08-071-1/+1
* check_clang_tidy_fix.sh: added comments, use set -o errexit instead of '|| ex...Alexander Kornienko2014-08-061-5/+14
* [clang-tidy] forward arguments of the testing script to clang-tidy.Benjamin Kramer2014-08-061-1/+2
* check_clang_tidy_fix.sh: Fail immediately if clang-tidy crashes.Benjamin Kramer2014-07-231-1/+1
* Fixed compilation errors in tests, enforce checking for errors in check_clang...Alexander Kornienko2014-07-121-1/+2
* Modify the tests to use FileCheck -implicit-check-not option being proposed i...Alexander Kornienko2014-07-111-3/+9
* Check messages and fixes in the same test.Alexander Kornienko2014-07-091-3/+6
* Use explicit if and restore lost FileCheck error code checking.Benjamin Kramer2014-07-081-2/+4
* [clang-tidy] Address review comments for the Twine checker.Benjamin Kramer2014-07-081-1/+2
* Initial version of clang-tidy check to use override instead of virual.Daniel Jasper2014-05-161-1/+1
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-151-2/+1
* Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen2014-04-091-0/+12
OpenPOWER on IntegriCloud