[PATCH] D148029: [Clang] Fix crash caused by line splicing in doc comment
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 11 11:11:00 PDT 2023
shafik added inline comments.
================
Comment at: clang/lib/Sema/Sema.cpp:2404
break;
+ case RawComment::RCK_Invalid:
+ // FIXME: are there other scenarios that could produce an invalid
----------------
I don't get why we don't have to handle the other `RawComment` cases here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148029/new/
https://reviews.llvm.org/D148029
More information about the cfe-commits
mailing list