summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/BoolPointerImplicitConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko2015-03-091-77/+0
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Use new ASTMatchers to identify template instantiations instead ...Benjamin Kramer2014-09-031-4/+1
* [clang-tidy] Disable the warning on implicit bool* to bool conversion in macros.Benjamin Kramer2014-08-121-1/+9
* [clang-tidy] Add a checker for implicit bool conversion of a bool*.Benjamin Kramer2014-07-111-0/+70
OpenPOWER on IntegriCloud