[PATCH] D63482: [clang-tidy] Fix the YAML created for checks like modernize-pass-by-value

Dmitry Polukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 06:29:45 PDT 2020


DmitryPolukhin added a comment.

@mgehre @yvvan it seems that the issue still not fixed and '\n' gets duplicated in the replacements. Are you going to fix this issue or I should create a patch to fix it?
Before this change '\n' was actually processed correctly `ReplacementText: '#include <utility>\n\n'` is actually replacement text with two new lines in standard YAML deserialiser.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63482/new/

https://reviews.llvm.org/D63482





More information about the llvm-commits mailing list