[PATCH] D92409: [AST][NFC] Silence GCC warning about multiline comments

Thomas Preud'homme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 7 09:11:56 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGacbb3652931a: [AST][NFC] Silence GCC warning about multiline comments (authored by thopre).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92409/new/

https://reviews.llvm.org/D92409

Files:
  clang/include/clang/AST/DeclOpenMP.h


Index: clang/include/clang/AST/DeclOpenMP.h
===================================================================
--- clang/include/clang/AST/DeclOpenMP.h
+++ clang/include/clang/AST/DeclOpenMP.h
@@ -163,7 +163,7 @@
 /// 'float':
 ///
 /// \code
-/// #pragma omp declare reduction (foo : int,float : omp_out += omp_in) \
+/// #pragma omp declare reduction (foo : int,float : omp_out += omp_in)
 ///                     initializer (omp_priv = 0)
 /// \endcode
 ///


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92409.315162.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210107/393ab718/attachment.bin>


More information about the cfe-commits mailing list