[clang-format] Fix bug in block comment reflow that joins * and /
authorOwen Pan <owenpiano@gmail.com>
Fri, 3 May 2019 23:15:40 +0000 (23:15 +0000)
committerOwen Pan <owenpiano@gmail.com>
Fri, 3 May 2019 23:15:40 +0000 (23:15 +0000)
commit3dcb892d2d6fb2809f57cbf80984f7f5603e2ace
treea128bc8b77f4f0986920751a41cf79a800643f4a
parent3f796f974d75e11fbc7267020aa15d5e0f556a74
[clang-format] Fix bug in block comment reflow that joins * and /

Fixes PR41213

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

llvm-svn: 359943
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/BreakableToken.h
clang/unittests/Format/FormatTest.cpp