summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+6
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-3/+5
* [clang-tidy] Some Cleanups for performance-faster-string-find check.Haojian Wu2017-04-241-22/+12
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+5
* [clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron2016-05-171-3/+1
* [clang-tidy] Lift parsing of sequence of names functions to utils.Etienne Bergeron2016-05-101-18/+4
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-5/+4
* [clang-tidy] Add check performance-faster-string-findSamuel Benzaquen2016-02-121-0/+128
OpenPOWER on IntegriCloud