aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
AgeCommit message (Expand)Author
2019-03-25[clang-tidy] Fix more false positives for bugprone-string-integer-assignmentClement Courbet
2019-02-28[clang-tidy] bugprone-string-integer-assignment: Reduce false positives.Clement Courbet
2019-02-28[clang-tidy] misc-string-integer-assignment: fix false positiveClement Courbet
2019-02-25[clang-tidy] misc-string-integer-assignment: ignore toupper/tolowerClement Courbet
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-02-28Rename more checks from misc- to bugprone-.Alexander Kornienko