summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix more false positives for bugprone-string-integer-assignmentClement Courbet2019-03-251-23/+84
* [clang-tidy] bugprone-string-integer-assignment: Reduce false positives.Clement Courbet2019-02-281-0/+29
* [clang-tidy] misc-string-integer-assignment: fix false positiveClement Courbet2019-02-281-2/+7
* [clang-tidy] misc-string-integer-assignment: ignore toupper/tolowerClement Courbet2019-02-251-4/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Rename more checks from misc- to bugprone-.Alexander Kornienko2018-02-281-0/+86
OpenPOWER on IntegriCloud