aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/abseil
AgeCommit message (Expand)AuthorFilesLines
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard18-18/+18
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James4-9/+7
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-1/+2
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li2-4/+4
2022-03-21Revert "[libTooling] Generalize string explanation as templated metadata"Yitzhak Mandelbaum2-4/+4
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li2-4/+4
2022-01-23[clang-tidy] Use cast<>/castAs<> instead of dyn_cast<>/getAs<> to avoid deref...Simon Pilgrim1-1/+1
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan1-1/+1
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata1-1/+0
2021-12-22[clang-tidy] abseil-string-find-startswith: detect `s.rfind(z, 0) == 0`Ivan Gerasimov1-5/+30
2021-12-09Prevent abseil-cleanup-ctad check from stomping on surrounding contextCJ Johnson1-6/+4
2021-11-08[clang-tidy] Add check for initialization of `absl::Cleanup`.CJ Johnson4-0/+89
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed5-10/+10
2021-09-09Add "profiling" to the list of absl libraries.Nilay Vaish1-9/+5
2021-08-10abseil-string-find-str-contains should not propose an edit for the three-para...Tom Lokovic1-1/+1
2021-06-11[ADT] Remove APInt/APSInt toString() std::string variantsSimon Pilgrim1-1/+1
2021-02-26[clang-tidy][NFC] Tweak some generation of diag messagesNathan James2-17/+9
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko9-53/+52
2021-01-14[clang-tidy] Use DenseSet<SourceLocation> in UpgradeDurationConversionsCheck,...Mikhail Maltsev2-4/+5
2021-01-05[clang-tidy] Update uses of deprecated Transformer APIs in StringFindStrConta...Yitzhak Mandelbaum1-32/+27
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-1/+1
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko4-16/+15
2020-12-08[clang-tidy] Recognize single character needles for absl::StrContains.Chris Kennelly1-2/+6
2020-11-30[libTooling] Remove deprecated Clang Transformer declarationsYitzhak Mandelbaum1-1/+2
2020-11-17[clang-tidy] Fix an abseil-redundant-strcat-calls crash on 0-parameter StrCat().Haojian Wu1-0/+2
2020-09-28[clang-tidy] IncludeInserter: allow <> in header nameAlexander Kornienko1-2/+2
2020-08-18[NFC][clang-tidy] Put abseil headers in alphabetical orderNathan James1-8/+12
2020-08-13Add "status" to the list of absl libraries.Vy Nguyen1-2/+2
2020-07-27[clang-tidy] Refactor IncludeInserterNathan James2-9/+6
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James1-3/+1
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James23-20/+24
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James1-1/+3
2020-06-29[clang-tidy] relanding b9306fdNathan James1-3/+1
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber1-1/+3
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James1-3/+1
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-22[clang-tidy] Improved accuracy of check list updater scriptNathan James1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-2/+6
2020-05-28[clang-tidy] Fix build broken by commit 7cfdff7b4a6704b8ef2a1b594e1ec19d2d89f...Yitzhak Mandelbaum1-0/+1
2020-05-28[clang-tidy] Add abseil-string-find-str-contains checker.Tom Lokovic4-1/+154
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly5-39/+52
2020-05-18[NFC][clang-tidy] use hasOperands in place of hasEitherOperandNathan James1-2/+2
2020-04-26[clang-tidy] Use StringSwitch in a bunch of places. NFCI.Benjamin Kramer1-13/+8
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-1/+4
2020-04-07[clang-tidy] Change checks that take enum configurations to use a new access ...Nathan James1-4/+5
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki3-3/+3
2020-03-13[clang-tidy] Update Abseil Duration Conversion check to find more cases.Hyrum Wright1-5/+42
2020-03-10Add Optional overload to DiagnosticBuilder operator <<Nathan James1-4/+1
2020-03-10[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in cl...Nathan James1-1/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James14-19/+21