summaryrefslogtreecommitdiffstats
path: root/clang-tidy/readability/IdentifierNamingCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-221-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev2018-10-261-19/+2
* [clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev2018-10-251-2/+19
* [clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev2018-10-181-19/+2
* [clang-tidy] Added pointer types to clang-tidy readability-identifier-naming ...Jonas Toth2018-10-041-0/+24
* [clang-tidy] Replace redundant checks with an assert().Artem Belevich2018-09-181-2/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-8/+8
* update test to use ivar in implementation instead of class extensionYan Zhang2018-04-231-0/+4
* Revert r330492: [clang-tidy] add new check to find out objc ivars which do no...Chandler Carruth2018-04-211-4/+0
* [clang-tidy] add new check to find out objc ivars which do not have prefix '_'Yan Zhang2018-04-201-0/+4
* [clang-tidy] Correctly classify constant arrays and constant strings as const...Alexander Kornienko2017-12-111-33/+31
* [clang-tidy] Update IdentifierNamingCheck to remove extra leading/trailing un...Alexander Kornienko2017-04-261-4/+11
* [clang-tidy] clang-format the last patch. NFCAlexander Kornienko2017-03-221-21/+13
* [clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...Alexander Kornienko2017-03-221-74/+98
* Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2017-03-211-1/+1
* [clang-tidy] Fix identifier naming for initializer list member initializers.Eric Fiselier2016-11-161-0/+9
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-5/+7
* [clang-tidy] Ignore forward declarations without definitions in the same tran...Jonathan Coe2016-11-031-0/+3
* [clang-tidy] Fix identifier naming in macro args.Jason Henline2016-10-241-7/+37
* Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...Mehdi Amini2016-10-071-2/+2
* Sorting includes; NFC.Aaron Ballman2016-07-291-1/+1
* [clang-tidy] readability-identifier-naming - support for other case typesKirill Bobyrev2016-07-201-0/+29
* clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializ...Matthias Gehre2016-07-091-3/+4
* [clang-tidy] readability-identifier-naming - Support for MacrosAlexander Kornienko2016-06-171-20/+171
* [clang-tidy] readability-identifier-naming - Support for Type AliasesAlexander Kornienko2016-06-071-0/+4
* IdentifierNamingCheck.cpp: try to fix MSVC buildHans Wennborg2016-02-291-4/+4
* Test commit. Fix typo in comment.Jonathan Coe2016-01-261-1/+1
* clang-tidy readability identifiers: better diagnostic locationMike Aizatsky2015-12-041-1/+1
* [clang-tidy] Implement FixitHints for identifier references in IdentifierNami...Alexander Kornienko2015-10-011-14/+116
* [clang-tidy] Code factorization and cleanup in IdentifierNamingCheckAlexander Kornienko2015-09-281-32/+31
* [clang-tidy] Add new IdentifierNaming checkAlexander Kornienko2015-08-191-0/+587