[clang-format] Fix bug in reflow of block comments containing CR/LF
authorOwen Pan <owenpiano@gmail.com>
Tue, 23 Apr 2019 20:29:46 +0000 (20:29 +0000)
committerOwen Pan <owenpiano@gmail.com>
Tue, 23 Apr 2019 20:29:46 +0000 (20:29 +0000)
commit108cbbc262ff99c406fb3dfefdf822445c295c0d
treeed41aeb18ba07f5c843d29adab4651e7ac4f31e9
parentacbf0058e93d3a8f95ea3ace586f99320ce1c425
[clang-format] Fix bug in reflow of block comments containing CR/LF

Fix PR36119

Differential Revision: https://reviews.llvm.org/D60996

llvm-svn: 359029
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/BreakableToken.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/WhitespaceManager.h
clang/unittests/Format/FormatTest.cpp