aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-19[clang-tidy][NFC] add qutation mark for C++ classes in warning message (#109068)Congcong Cai1-5/+5
2024-09-18[clang-tidy]suggest use `std::span` as replacement of c array in C++20 for mo...Congcong Cai1-4/+23
2024-03-31Revert "[clang-tidy][NFC] Remove duplicated code"Piotr Zegar1-1/+9
2024-03-31[clang-tidy][NFC] Remove duplicated codePiotr Zegar1-9/+1
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar1-2/+20
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-02-26[clang-tidy][NFC] Tweak some generation of diag messagesNathan James1-6/+3
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-4/+0
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-02-06[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev1-1/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev1-0/+69