summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/LexerUtils.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] implement utility-function to add 'const' to variablesJonas Toth2020-01-031-1/+3
* Fix readability-const-return-type identifying the wrong `const` tokenIlya Mirsky2019-12-241-6/+8
* [clang-tidy] modernize-use-equals-default avoid adding redundant semicolonsMitchell Balan2019-11-201-0/+5
* [clang-tidy] Fix a potential infinite loop in readability-isolate-declaration...Haojian Wu2019-09-181-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement the readability-const-return-type check.Aaron Ballman2018-10-311-0/+8
* [clang-tidy] new check 'readability-isolate-declaration'Jonas Toth2018-10-311-0/+60
* [clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth2018-10-051-2/+2
* [clang-tidy] getPreviousNonCommentToken -> getPreviousTokenAlexander Kornienko2017-02-061-4/+3
* [clang-tidy] More doc fixes. NFC.Alexander Kornienko2016-06-171-2/+2
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-2/+4
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+29
OpenPOWER on IntegriCloud