[PATCH] D92409: [AST][NFC] Silence GCC warning about multiline comments
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 5 20:28:36 PST 2021
rjmccall added a comment.
People can't actually just copy/paste from the comment anyway because of the comment characters on the line, and I don't think anyone will misunderstand the example if the backslash is missing. It's silly that GCC has a problem with this, but since it does, let's just work around the problem and drop the backslash rather than having one comment block in the header use a different style.
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