aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidy.cpp
AgeCommit message (Expand)AuthorFilesLines
4 daysNFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight1-3/+2
2025-07-13[clang-tidy] Add filtering of check options by enabled checks in '--dump-conf...Baranov Victor1-0/+14
2025-07-09[clang-tidy][NFC] concat static-analyzer name at compilation time (#147406)Victor Chernyakin1-6/+8
2025-07-08[clang-tidy][NFC] Prefer `constexpr llvm::StringLiteral` over `const char *` ...Victor Chernyakin1-4/+5
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-6/+6
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-4/+0
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-12/+12
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-12/+12
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-12/+12
2025-03-24Revert "[clang-tidy] Avoid processing declarations in system headers … (#13...Carlos Galvez1-5/+1
2025-03-14[clang-tidy] Avoid processing declarations in system headers (#128150)Carlos Galvez1-1/+5
2025-02-24[clang-tidy] Fix build after 3dc159431be7a8c5f1a26a8bd57794f1c7008969Benjamin Kramer1-1/+1
2024-12-21[clang-tidy][NFC] extract options verify to separately function (#120768)Congcong Cai1-4/+4
2024-10-23[clang-tidy] Stop linking against clangSema (#113373)Vlad Serebrennikov1-0/+1
2024-10-16[analyzer][clang-tidy][NFC] Clean up eagerly-assume handling (#112209)Donát Nagy1-1/+0
2024-10-03[clang-tidy] support static analyzer checker configuration in `--verify-confi...Julian Schmidt1-0/+12
2024-05-10[clang-tidy] use llvm::any_of refactor getAnalyzerCheckersAndPackages [NFC] (...Congcong Cai1-5/+5
2024-03-23[clang-tidy] Fix result check after overwriteChangedFiles() (#86360)Mike Rice1-1/+1
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-05[clang][tidy] Fix build failure after 07157dbJan Svoboda1-3/+3
2023-12-05[clang][tidy] Ensure rewriter has the correct CWD (#67839)Jan Svoboda1-6/+23
2023-10-03[clang] NFCI: Use `FileEntryRef` for `FileID` creation (#67838)Jan Svoboda1-1/+1
2023-09-05[clang] NFCI: Change returned AnalyzerOptions smart pointer to referenceJan Svoboda1-6/+6
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
2023-08-27[clang-tidy][NFC] Fix modernize-use-default-member-init findingsPiotr Zegar1-5/+4
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix modernize-use-using findingsPiotr Zegar1-1/+1
2023-07-25[clang-tidy] Add --enable-module-headers-parsing optionPiotr Zegar1-1/+2
2023-07-22[clang-tidy] Fix checks filter with warnings-as-errorsPiotr Zegar1-0/+2
2023-04-15[clang-tidy] Fix crash in --dump-configNathan James1-0/+5
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2022-06-23[clang-tidy] Add `-verify-config` command line argumentNathan James1-0/+35
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-1/+0
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-0/+1
2022-06-10[clang-tidy] Remove reference to CSA AnalysisStoreOpt fieldBalazs Benics1-1/+0
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics1-1/+0
2022-05-06[clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptionsNathan James1-5/+1
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-2/+2
2021-04-10[libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRangesWhisperity1-11/+22
2021-03-05[clang-tidy][NFC] Remove unsupported language version checks from vectorNathan James1-2/+4
2021-03-01[clang-tidy] Added command line option `fix-notes`Nathan James1-8/+10
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-3/+3
2020-12-28[clang-tidy][NFC] Remove unnecessary headersNathan James1-4/+0
2020-12-17[clang-tidy][NFC] Reduce copies of Intrusive..FileSystemNathan James1-9/+11
2020-10-31Use ANSI escape codes for --use-color on WindowsDavid Sanders1-0/+3
2020-09-10Add an explicit toggle for the static analyzer in clang-tidyNico Weber1-11/+11
2020-07-30[clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMapNathan James1-2/+2
2020-07-30[clang-tidy] Use StringMap for ClangTidyOptions::OptionsMapNathan James1-4/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1