mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Modernize: Enable modernize-raw-string-literal in clang-tidy
This commit is contained in:
@@ -513,7 +513,7 @@ static const yytype_uint8 yyrline[] =
|
||||
static const char *const yytname[] =
|
||||
{
|
||||
"$end", "error", "$undefined", "cal_ENVCURLY", "cal_NCURLY",
|
||||
"cal_DCURLY", "\"$\"", "\"{\"", "\"}\"", "cal_NAME", "\"\\\\\"",
|
||||
"cal_DCURLY", "\"$\"", "\"{\"", "\"}\"", "cal_NAME", R"("\\")",
|
||||
"cal_SYMBOL", "\"@\"", "cal_ERROR", "cal_ATNAME", "$accept", "Start",
|
||||
"GoalWithOptionalBackSlash", "Goal", "String", "OuterText", "Variable",
|
||||
"EnvVarName", "MultipleIds", "ID", YY_NULLPTR
|
||||
|
||||
Reference in New Issue
Block a user