summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons2018-11-271-4/+10
* [clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko2018-10-021-0/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-8/+8
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-081-0/+388
OpenPOWER on IntegriCloud