Home
last modified time | relevance | path

Searched refs:TrailingSpace (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-raw-string-literal.rst16 const char *const TrailingSpace{"Look here -> \n"};
29 const char *const TrailingSpace{"Look here -> \n"};
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-raw-string-literal.cpp47 char const *const TrailingSpace("A line \\with space. \n"); variable