summaryrefslogtreecommitdiffstats
path: root/clang-tidy/abseil/StringFindStartswithCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu2018-06-081-1/+4
* [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu2018-03-091-0/+133