aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/utils
AgeCommit message (Expand)Author
2019-10-10[libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum
2019-09-18[clang-tidy] Fix a potential infinite loop in readability-isolate-declaration...Haojian Wu
2019-09-09[clang-tidy] Fix bug in bugprone-use-after-move checkYitzhak Mandelbaum
2019-08-28[clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConst...Haojian Wu
2019-08-26[clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...Yitzhak Mandelbaum
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-08-13[clang-tidy] Update `TransformerClangTidyCheck` to use new `buildMatchers` fu...Yitzhak Mandelbaum
2019-07-02[clang-tidy] Extend TransformerClangTidyCheck to support adding includes.Yitzhak Mandelbaum
2019-06-27[clang-tidy] Fix NDEBUG build [NFC]Mikael Holmen
2019-06-26[clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.Yitzhak Mandelbaum
2019-05-27[clang-tidy] Fix unused-variable warning after r361647.Haojian Wu
2019-05-25Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber
2019-05-24[clang-tidy] In TransformerClangTidyCheck, require Explanation field.Yitzhak Mandelbaum
2019-05-22[clang-tidy] Add support for writing a check as a Transformer rewrite rule.Yitzhak Mandelbaum
2019-03-22[clang-tidy] openmp-exception-escape - a new checkRoman Lebedev
2019-03-22[NFC] ExceptionEscapeCheck: small refactoringRoman Lebedev
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko
2019-03-01Fix file headers. NFCFangrui Song
2019-02-26[clang-tidy] undo bitfields in ExceptionAnalyzerJonas Toth
2019-02-21Attempt to fix VS2015 build breakage from r354517. NFCI.Douglas Yung
2019-02-20[clang-tidy] refactor ExceptionAnalyzer further to give ternary answerJonas Toth
2019-01-31[clang-tidy] refactor bugprone-exception-escape analysis into classJonas Toth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02[clang-tidy] Fixed code sample in a comment. NFCAlexander Kornienko
2018-11-02[clang-tidy] .reset(new X) -> make_unique<X>() in a comment. NFCAlexander Kornienko
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-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-10-12[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh
2018-10-05[clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-09-11[clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang
2018-09-11Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang
2018-09-10Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang
2018-09-10[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev
2018-09-10[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03[clang-tidy] Sequence init statements, declarations, and conditions correctly...Martin Bohme
2018-06-27[clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko
2018-06-13Reverting r334604 due to failing tests.Aaron Ballman
2018-06-13Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-02-02[clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...Ben Hamilton