summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-header-guard check.Alexander Kornienko2014-10-152-7/+18
* Make a variable local so it's lifetime becomes more obvious.Benjamin Kramer2014-09-171-6/+7
* [clang-tidy] Don't emit the same fixit multiple times.Benjamin Kramer2014-09-171-5/+5
* [clang-tidy] When emitting header guard fixes bundle all fix-its into oneBenjamin Kramer2014-09-161-17/+31
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-0/+2
* [clang-tidy] Don't try to fix header guard #endif comments if there are escapedBenjamin Kramer2014-09-101-0/+7
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-1/+2
* [clang-tidy] If we're going to change the header guard in the #endif commentBenjamin Kramer2014-08-261-13/+30
* [clang-tidy] Allow /**/ comments on #endifs when checking header guards.Benjamin Kramer2014-08-201-1/+2
* [clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer2014-08-134-0/+322
OpenPOWER on IntegriCloud