aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/utils
AgeCommit message (Expand)AuthorFilesLines
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata1-5/+4
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James3-14/+50
2022-05-05[clang-tidy] Make header-guard check a little looser on comment whitespaceSam McCall1-6/+6
2022-05-04[clang-tidy] Escape diagnostic messages before passing to `diag` in Transformer.Yitzhak Mandelbaum1-1/+29
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James3-6/+11
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-1/+1
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li2-23/+26
2022-03-21Revert "[libTooling] Generalize string explanation as templated metadata"Yitzhak Mandelbaum2-26/+23
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li2-23/+26
2022-01-21[clang-tidy] Include constructor initializers in `bugprone-exception-escape` ...Fabian Wolff1-0/+18
2022-01-20[clang-tidy][NFC] Remove redundant string creation for comparisonNathan James1-9/+8
2022-01-10[clang-tidy] Fix RenamerClangTidyChecks suggesting invalid macro identifiersLogan Smith1-0/+3
2022-01-05[clang-tidy] Recognize transformer checks as providing fixitsRichard1-1/+1
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed2-2/+12
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed10-28/+28
2021-09-14Cleanup identifier parsing; NFCCorentin Jabot1-1/+1
2021-05-13[clang-tidy] bugprone-infinite-loop: forFunction() -> forCallable().Artem Dergachev2-3/+3
2021-05-10[clang-tidy] Aliasing: Add support for aggregates with references.Artem Dergachev1-0/+7
2021-05-10[clang-tidy] Aliasing: Add more support for captures.Artem Dergachev1-5/+23
2021-05-10[clang-tidy] Aliasing: Add support for captures.Artem Dergachev1-0/+11
2021-04-06[clang-tidy] performance-* checks: Match AllowedTypes against qualified type ...Felix Berger1-4/+69
2021-03-25fix readability-braces-around-statements Stmt type dependencyAlexander Lanin2-0/+73
2021-02-12[clang-tidy] Fix `TransformerClangTidyCheck`'s handling of include insertions.Yitzhak Mandelbaum1-1/+2
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-4/+1
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko4-27/+26
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-4/+3
2020-12-10[clang-tidy] performance-unnecessary-copy-initialization: Prevent false posit...Felix Berger2-1/+21
2020-11-23[clang-tidy] Fix RenamerClangTidy checks trying to emit a fix that isnt a val...Nathan James2-2/+8
2020-11-18[clang-tidy] Allow `TransformerClangTidyCheck` clients to set the rule directly.Yitzhak Mandelbaum2-32/+48
2020-11-16[clang-tidy] performance-unnecessary-copy-initialization: Check for const ref...Felix Berger1-2/+6
2020-10-26Make sure Objective-C category support in IncludeSorter handles top-level imp...Joe Turner1-1/+5
2020-10-20[clang] Use SourceLocation as key in hash maps, NFCIMikhail Maltsev2-15/+11
2020-10-19[clang-tidy] Better support for Override function in RenamerClangTidy based c...Nathan James1-0/+29
2020-10-16Support ObjC in IncludeInserterAlexander Kornienko2-8/+53
2020-10-12[clang-tidy] Fix IncludeInserter usage example in a comment.Alexander Kornienko1-3/+2
2020-10-09Remove old create(MainFile)?IncludeInsertion overloadsAlexander Kornienko3-42/+7
2020-09-28[clang-tidy] IncludeInserter: allow <> in header nameAlexander Kornienko2-0/+35
2020-08-11[libTooling] Move RewriteRule include edits to ASTEdit granularity.Yitzhak Mandelbaum1-13/+14
2020-08-04[clang-tidy] Fix regression in RenamerClangTidyNathan James1-2/+3
2020-07-27[clang-tidy] Refactor IncludeInserterNathan James4-52/+79
2020-07-26Replace comment by private method; NFC.Hannes Käufler1-6/+8
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James3-13/+14
2020-07-01[clang-tidy] New util `Aliasing` factored out from `bugprone-infinite-loop`Adam Balogh3-0/+102
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James6-5/+6
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James3-13/+12
2020-06-29[clang-tidy] relanding b9306fdNathan James3-12/+13
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber3-13/+12
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James3-12/+13
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3