aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-17[clang-tidy][NFC] refactor modernize-raw-string-literal fix hint (#122909)Congcong Cai1-4/+0
2025-01-17[clang-tidy]fix incorrect fix-it for the string contains a user-defined suffi...Congcong Cai1-1/+1
2023-08-27[clang-tidy][NFC] Fix readability-inconsistent-declaration-parameter-name fin...Piotr Zegar1-1/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-1/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-0/+3
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01[clang-tidy][modernize-raw-string-literal] Don't replace upper ASCII with raw...Zinovy Nis1-0/+4
2017-01-24[clang-tidy] Don't modernize-raw-string-literal if replacement is longer.Gabor Horvath1-1/+2
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron1-1/+0
2016-03-27clang-tidy: Add check modernize-raw-string-literalRichard Thomson1-0/+45