aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-11-10[clang-tidy] fix insertion location for function pointers in cppcoreguideline...Julian Schmidt1-3/+5
2023-02-07[clang-tidy] Fix `cppcoreguidelines-init-variables` for invalid vardeclSockke1-0/+4
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata1-1/+1
2022-07-09[clang-tidy] Initialize boolean variables with `false` in cppcoreguidelines-i...Danny Mösch1-0/+2
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-1/+2
2021-07-30[clang-tidy] Fix cppcoreguidelines-init-variables by removing the enumLiuke Gehry1-7/+10
2020-09-28[clang-tidy] IncludeInserter: allow <> in header nameAlexander Kornienko1-2/+2
2020-07-27[clang-tidy] Refactor IncludeInserterNathan James1-7/+5
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James1-3/+1
2020-07-01[clang-tidy] fix cppcoreguidelines-init-variables with catch variablesNathan James1-0/+1
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+2
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-21[clang-tidy] Implement storeOptions for checks missing it.Nathan James1-1/+6
2020-04-07[clang-tidy] Change checks that take enum configurations to use a new access ...Nathan James1-2/+3
2020-03-10Add Optional overload to DiagnosticBuilder operator <<Nathan James1-3/+1
2020-02-02[clang-tidy] Fix false positive for cppcoreguidelines-init-variablesNathan James1-5/+9
2019-10-02Add the misc-init-local-variables check.Aaron Ballman1-0/+105