aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/abseil
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-2/+2
2023-12-04[clang-tidy] Add new modernize-use-starts-ends-with check (#72385)Nicolas van Kempen1-1/+4
2023-11-14[clang-tidy][abseil-string-find-startswith] Add string_view to default string...Nicolas van Kempen1-1/+4
2023-09-10[clang] NFCI: Use `FileEntryRef` in 'clang-tools-extra'Jan Svoboda1-2/+2
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar2-3/+3
2023-08-27[clang-tidy][NFC] Fix readability-uppercase-literal-suffix findingsPiotr Zegar1-1/+1
2023-08-27[clang-tidy][NFC] Fix modernize-use-auto findingsPiotr Zegar2-5/+3
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix readability-static-accessed-through-instance findingsPiotr Zegar1-2/+2
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez21-124/+42
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez21-124/+42
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata11-36/+36
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata11-0/+11
2022-12-16Correct typos (NFC)Sprite1-2/+2
2022-12-10[clang-tools-extra] Use std::optional instead of None in comments (NFC)Kazu Hirata2-2/+2
2022-12-07[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)Kazu Hirata3-7/+7
2022-12-03[clang-tidy] Use std::nullopt instead of None (NFC)Kazu Hirata3-13/+13
2022-09-28try to fix build after 16544cbe64b8Nico Weber1-0/+2
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