[AST][NFC] Silence GCC warning about multiline comments
authorThomas Preud'homme <thomasp@graphcore.ai>
Tue, 1 Dec 2020 18:08:31 +0000 (18:08 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Thu, 7 Jan 2021 17:11:49 +0000 (17:11 +0000)
commitacbb3652931a735a861b756075b1cc86fd041761
tree1a86e7ed5af191579367884895be379d3836663b
parentf88fab500689852d06dd6e30ea1a8425ed7fd0e4
[AST][NFC] Silence GCC warning about multiline comments

Remove continuation line in code snippet to prevent GCC warning about
multiline comments (-Wcomment) when building a project using libclang
with GCC.

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D92409
clang/include/clang/AST/DeclOpenMP.h