[PATCH] D123286: [Clang][OpenMP] Support for omp nothing

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 13:34:52 PDT 2022


tianshilei1992 added a comment.

Can we have test for right usage?



================
Comment at: clang/lib/Parse/ParseOpenMP.cpp:2496
+        << getOpenMPDirectiveName(DKind) << 0;
+    }
+    ConsumeToken();
----------------
clang-format plz, and remove the `{` and `}` as there is only one statement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123286



More information about the llvm-commits mailing list