aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidyCheck.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-1/+0
2025-01-11[clang-tidy] remove never used IgnoreCase in option (#122573)Congcong Cai1-12/+11
2024-04-23[clang-tidy] Avoid overflow when dumping unsigned integer values (#85060)ealcdan1-2/+7
2023-10-09[clang-tidy] Add support for optional parameters in config.Felix1-4/+75
2023-08-27[clang-tidy][NFC] Fix modernize-type-traits findingsPiotr Zegar1-13/+13
2023-05-10[tidy] Expose getID to tidy checksKadir Cetinkaya1-1/+1
2023-01-07[clang-tools-extra] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-15/+15
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-10[clang-tools-extra] Use std::optional instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-07[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-11/+11
2022-12-03[clang-tidy] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata1-4/+4
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-6/+6
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-0/+5
2022-01-30[clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata1-1/+0
2021-08-01[clang-tidy] Add new case type to check variables with Hungarian notationDouglas Chen1-1/+1
2021-03-01[clang-tidy] Remove OptionErrorNathan James1-205/+83
2020-12-08[clang-tidy] Add support for diagnostics with no locationNathan James1-9/+20
2020-08-01[clang-tidy][NFC] Added convienence methods for getting optional optionsNathan James1-5/+44
2020-07-28[clang-tidy][NFC] Make OptionsView methods as const where missingNathan James1-8/+9
2020-07-14[clang-tidy] OptionsView::store specialized on boolNathan James1-3/+17
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James1-32/+48
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-3/+2
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James1-48/+32
2020-06-29[clang-tidy] relanding b9306fdNathan James1-32/+48
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber1-48/+32
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James1-32/+48
2020-04-07[clang-tidy] Fix buildbot failing with explicit specialization in class scopeNathan James1-35/+41
2020-04-07[clang-tidy] Added support for validating configuration optionsNathan James1-15/+299
2020-02-28[clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheckNathan James1-0/+16
2020-02-11Use std::foo_t rather than std::foo in LLVM.Justin Lebar1-3/+3
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko1-17/+17
2019-06-13[clang-tidy] Make ClangTidyCheck::OptionsView public.Yitzhak Mandelbaum1-7/+7
2019-04-03[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko1-3/+0
2019-04-02[clang-tidy] make getLangOpts return a const refAlexander Kornienko1-1/+1
2019-03-25[clang-tidy] Separate the check-facing interfaceAlexander Kornienko1-0/+197