Uran198 created this revision.
Uran198 added reviewers: djasper, klimek.
Repository:
rC Clang
https://reviews.llvm.org/D47515
Files:
lib/Format/Format.cpp
Index: lib/Format/Format.cpp
===
--- lib/Format/Format.cpp
+++ lib/Form
Uran198 created this revision.
Uran198 added reviewers: klimek, krasimir, djasper.
Repository:
rC Clang
https://reviews.llvm.org/D47519
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp
Index: unittests/Format/FormatTest.cpp
Uran198 created this revision.
Uran198 added reviewers: djasper, klimek.
Before the change clang-format would break and make no reformatting.
Repository:
rC Clang
https://reviews.llvm.org/D47520
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp
Index: unittests/Forma
Uran198 created this revision.
Uran198 added reviewers: klimek, djasper.
Repository:
rC Clang
https://reviews.llvm.org/D47521
Files:
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp
Index: unittests/Format/FormatTest.cpp
=
Uran198 created this revision.
Uran198 added a reviewer: alexfh.
Herald added subscribers: cfe-commits, klimek.
When formatting the following string:
"/*\r\n"
" * Comment with\r\n"
"\r\n"
" * blanks.\r\n"
" */\r\n"
clang-format produced:
"/*\r\n"
" * Comment with\r\n"
"\