aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/performance/FasterStringFindCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek
2017-04-24[clang-tidy] Some Cleanups for performance-faster-string-find check.Haojian Wu
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-05-17[clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron
2016-05-10[clang-tidy] Lift parsing of sequence of names functions to utils.Etienne Bergeron
2016-04-07[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer
2016-02-12[clang-tidy] Add check performance-faster-string-findSamuel Benzaquen