[PATCH] D103008: Handle multiple escaped newlines between */ correctly

Lode Willems via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 24 02:53:33 PDT 2021


lodewillems created this revision.
lodewillems requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Clang currently only recognizes a single escaped line between the end characters
of a block comment.

Fixes bug 15706


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103008

Files:
  clang/lib/Lex/Lexer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103008.347332.patch
Type: text/x-patch
Size: 3541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210524/8dcc3dd7/attachment.bin>


More information about the cfe-commits mailing list