[PATCH] D92409: [AST][NFC] Silence GCC warning about multiline comments
Thomas Preud'homme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 12 15:30:48 PST 2020
thopre added a comment.
In D92409#2426196 <https://reviews.llvm.org/D92409#2426196>, @thopre wrote:
> In D92409#2426188 <https://reviews.llvm.org/D92409#2426188>, @rsmith wrote:
>
>> Let's just disable this broken GCC warning. IIRC, the corresponding clang warning covers the actual bugs caused by line continuation in comments, and doesn't warn if the next line begins with a `//`.
>
> Is there a way to disable it from the header? I've noticed this warning when compiling an application using libclang with g++. So I'm looking for a fix outside clang's build system which is not used in that case.
Ping?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92409/new/
https://reviews.llvm.org/D92409
More information about the cfe-commits
mailing list