summaryrefslogtreecommitdiffstats
path: root/clang-tidy/modernize/RawStringLiteralCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy][modernize-raw-string-literal] Don't replace upper ASCII with raw...Zinovy Nis2018-05-011-0/+4
* [clang-tidy] Don't modernize-raw-string-literal if replacement is longer.Gabor Horvath2017-01-241-1/+2
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-1/+0
* clang-tidy: Add check modernize-raw-string-literalRichard Thomson2016-03-271-0/+45