aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability
AgeCommit message (Expand)Author
2019-09-26Use std::unique_ptr in ClangTidyCheckFactoriesDmitri Gribenko
2019-08-28[clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseu...Sam McCall
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-17[clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov
2019-07-16[clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre
2019-05-28[clang-tidy] Fix null pointer dereference in readability-identifier-namingHaojian Wu
2019-05-26DeleteNullPointerCheck now deletes until the end brace of the condition.Mads Ravn
2019-05-16[clang-tidy] Handle member variables in readability-simplify-boolean-exprJonas Toth
2019-05-14[clang-tidy] Fix invalid fixit for readability-static-accessed-through-instan...Matthias Gehre
2019-05-13[clang-tidy] readability-redundant-declaration: fix false positive with C "ex...Matthias Gehre
2019-05-02Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross
2019-04-23Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev
2019-04-17[clang-tidy] Fix invalid location in readability-misleading-indentation diagn...Alexander Kornienko
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko
2019-03-22[clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko
2019-03-01Fix file headers. NFCFangrui Song
2019-02-08[clang-tidy][NFC] Fix typo.Yitzhak Mandelbaum
2019-02-08[clang-tidy][NFC] Test commit. Add missing comma.Yitzhak Mandelbaum
2019-01-21[clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Convert two more files that were using Windows line endings and removeChandler Carruth
2019-01-14[clang-tidy] update FunctionSizeCheck for D56444Sam McCall
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-21Fix warning about unused variable [NFC]Bjorn Pettersson
2018-12-20[clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko
2018-12-07[clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu
2018-11-27[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons
2018-11-27[clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-11-15[clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall
2018-10-31Implement the readability-const-return-type check.Aaron Ballman
2018-10-31[clang-tidy] new check 'readability-isolate-declaration'Jonas Toth
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-21[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-getMiklos Vajna
2018-10-19[clang-tidy] Resolve readability-else-after-return false positive for constex...Marek Kurdej
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-10-04[clang-tidy] Added pointer types to clang-tidy readability-identifier-naming ...Jonas Toth
2018-10-02[clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko
2018-09-27llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-09-18[clang-tidy] Replace redundant checks with an assert().Artem Belevich
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-13[clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall
2018-05-22[clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis