summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fixed crash 44745 in readability-else-after-returnNathan James2020-02-031-0/+4
* [clang-tidy] Disable Checks on If constexpr statements in template Instantiat...Nathan2020-01-231-1/+4
* Added readability-qualified-auto checkNathan James2020-01-144-0/+334
* Fix readability-identifier-naming missing member variablesNathan James2020-01-131-6/+26
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-6/+8
* [clang-tidy] Disable match on `if constexpr` statements in template instantia...Andi-Bogdan Postelnicu2020-01-081-1/+5
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-2/+6
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-042-2/+2
* Handle init statements in readability-else-after-returnNathan James2020-01-022-30/+216
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* Fix readability-const-return-type identifying the wrong `const` tokenIlya Mirsky2019-12-241-2/+2
* Fix false positive in magic number checker.Florin Iucha2019-12-241-3/+15
* [clang-tidy] Use early returns to make the code easier to read and potentiall...Alexander Kornienko2019-12-121-6/+5
* Magic number checker shouldn't warn on user defined string literalsTibor Brunner2019-12-091-4/+15
* Optionally exclude bitfield definitions from magic numbers checkFlorin Iucha2019-12-072-8/+39
* [clang-tidy] Fix PR26274Alexander Kornienko2019-12-061-64/+70
* Revert "Fix llvm-namespace-comment for macro expansions"Alexander Kornienko2019-12-032-135/+13
* Fix llvm-namespace-comment for macro expansionsMarcin Twardak2019-11-232-13/+135
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-1/+1
* [clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...Mitchell Balan2019-11-192-6/+24
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-191-6/+7
* Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"Mitchell Balan2019-11-191-7/+6
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-1/+1
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-152-11/+41
* Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...Mitchell Balan2019-11-152-41/+11
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-152-11/+41
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-151-13/+13
* [clang-tidy] Add readability-make-member-function-constMatthias Gehre2019-11-064-0/+302
* Fix readability-identifier-naming to prevent variables becoming keywords.Daniel2019-10-302-22/+68
* Add the readability-redundant-access-specifiers check.Aaron Ballman2019-10-304-0/+128
* Use std::unique_ptr in ClangTidyCheckFactoriesDmitri Gribenko2019-09-262-0/+3
* [clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseu...Sam McCall2019-08-281-0/+10
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-225-7/+7
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-2/+2
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-171-1/+8
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-164-0/+213
* [clang-tidy] Fix null pointer dereference in readability-identifier-namingHaojian Wu2019-05-281-4/+5
* DeleteNullPointerCheck now deletes until the end brace of the condition.Mads Ravn2019-05-261-3/+6
* [clang-tidy] Handle member variables in readability-simplify-boolean-exprJonas Toth2019-05-161-18/+17
* [clang-tidy] Fix invalid fixit for readability-static-accessed-through-instan...Matthias Gehre2019-05-141-0/+1
* [clang-tidy] readability-redundant-declaration: fix false positive with C "ex...Matthias Gehre2019-05-131-2/+8
* Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross2019-05-021-13/+16
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-1/+4
* [clang-tidy] Fix invalid location in readability-misleading-indentation diagn...Alexander Kornienko2019-04-171-1/+5
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-2533-33/+33
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-222-5/+5
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-222-5/+7
* Fix file headers. NFCFangrui Song2019-03-013-3/+3
* [clang-tidy][NFC] Fix typo.Yitzhak Mandelbaum2019-02-081-1/+1
OpenPOWER on IntegriCloud