aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/abseil
AgeCommit message (Expand)AuthorFilesLines
2025-07-08[clang-tidy][NFC] Prefer `constexpr llvm::StringLiteral` over `const char *` ...Victor Chernyakin1-2/+2
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor4-5/+7
2025-06-08[clang-tidy][NFC] run clang-format over `abseil` and `altera` checks. (#143314)Baranov Victor11-36/+35
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata8-12/+0
2025-04-20[clang-tidy][NFC] fix `clang-tidy` warnings in `clang-tools-extra/clang-tidy`...Baranov Victor1-5/+5
2024-11-06[clang-tidy] Call StringMap::find without constructing std::string (NFC) (#11...Kazu Hirata1-2/+2
2024-10-08[clang-tools-extra] Fix add_clang_library usage (#109321)Thomas Fransham1-1/+1
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov1-0/+1
2024-03-31Revert "[clang-tidy][NFC] Remove duplicated code"Piotr Zegar5-28/+28
2024-03-31[clang-tidy][NFC] Remove duplicated codePiotr Zegar5-28/+28
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