aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-28[clang-tidy][misc-const-correctness] fix fp when using const array type. (#13...Congcong Cai1-4/+4
2025-03-14[clang-tidy] support pointee mutation check in misc-const-correctness (#130494)Congcong Cai1-64/+118
2025-03-11[clang-tidy][NFC]clean ConstCorrectnessCheck (#130493)Congcong Cai1-8/+6
2025-02-20[clang-tidy] add AllowedTypes option to misc-const-correctness (#122951)Baranov Victor1-2/+15
2024-10-22[clang-tidy][NFC] Replace usages of `DeclSpec::TQ` with `Qualifiers::TQ` (#11...Vlad Serebrennikov1-5/+5
2024-07-23[clang-tidy] fix misc-const-correctness to work with function-try-blocks (#99...Thomas Schenker1-9/+8
2024-07-23Revert "[clang-tidy] fix misc-const-correctness to work with function-try-blo...Piotr Zegar1-8/+9
2024-07-23[clang-tidy] fix misc-const-correctness to work with function-try-blocks (#99...Thomas Schenker1-9/+8
2023-04-11[clang-tidy][NFC] Remove redundant allOf matcher callsNathan James1-5/+5
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-09-26[clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth1-2/+6
2022-07-24[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to u...Jonas Toth1-0/+208