[PATCH] D61276: [clang-format] Fix bug in block comment reflow that joins * and /

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 08:16:53 PDT 2019


owenpan added a comment.

@MyDeveloperDay In theory, any whitespace character other than a blank might trigger the bug, but in practice, we only need to handle the tab, IMO.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61276





More information about the cfe-commits mailing list