Clang currently only recognizes a single escaped line between the end characters
of a block comment.
Fixes bug 15706
Differential D103008
Handle multiple escaped newlines between */ correctly AbandonedPublic Authored by lodewillems on May 24 2021, 2:53 AM.
Details
Summary Clang currently only recognizes a single escaped line between the end characters Fixes bug 15706
Diff Detail
Event Timelinelodewillems created this revision.
Revision Contents
Diff 347332 clang/lib/Lex/Lexer.cpp
|
clang-format: please reformat the code