diff options
author | Ivan Donchevskii <yv.ivan@gmail.com> | 2019-07-03 10:21:50 +0000 |
---|---|---|
committer | Ivan Donchevskii <yv.ivan@gmail.com> | 2019-07-03 10:21:50 +0000 |
commit | 080014ee6dfade1a68af71cecbb85131ac27a954 (patch) | |
tree | ddf4f4889a05a454316ec350621e4812441de9ca /llvm/lib/Bitcode | |
parent | 7b7b9b78a2d87df558910714816572c24ee1d22b (diff) | |
download | llvm-080014ee6dfade1a68af71cecbb85131ac27a954.zip llvm-080014ee6dfade1a68af71cecbb85131ac27a954.tar.gz llvm-080014ee6dfade1a68af71cecbb85131ac27a954.tar.bz2 |
[clang-tidy] Fix the YAML created for checks like modernize-pass-by-value
Currently this check generates the replacement with the newline in the end.
The proper way to export it to YAML is to have two \n\n instead of one.
Without this fix clients should reinterpret the replacement as
"#include <utility> " instead of "#include <utility>\n"
Differential Revision: https://reviews.llvm.org/D63482
llvm-svn: 365017
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions