[all-commits] [llvm/llvm-project] acbb36: [AST][NFC] Silence GCC warning about multiline com...
llvmbot via All-commits
all-commits at lists.llvm.org
Thu Jan 7 09:16:00 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: acbb3652931a735a861b756075b1cc86fd041761
https://github.com/llvm/llvm-project/commit/acbb3652931a735a861b756075b1cc86fd041761
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M clang/include/clang/AST/DeclOpenMP.h
Log Message:
-----------
[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
More information about the All-commits
mailing list