This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from ebced34 [clang-tidy] Fix NOLINT test new 8b9a210 [clang-tidy] Don't modernize-raw-string-literal if replacemen [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/modernize/RawStringLiteralCheck.cpp | 21 +++++++++++++++------ clang-tidy/modernize/RawStringLiteralCheck.h | 3 ++- .../modernize-raw-string-literal-delimiter.cpp | 2 +- ...modernize-raw-string-literal-replace-shorter.cpp | 13 +++++++++++++ test/clang-tidy/modernize-raw-string-literal.cpp | 2 +- 5 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 test/clang-tidy/modernize-raw-string-literal-replace-shorter.cpp