[PATCH] D141528: [Clang][OpenMP] Fix loop directive nested inside a parallel
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 12:20:40 PST 2023
jdoerfert added a comment.
Drive by.
================
Comment at: clang/test/OpenMP/nested_loop_codegen.cpp:32
+
+int internal_decl() {
+ int i, res;
----------------
Internal?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141528/new/
https://reviews.llvm.org/D141528
More information about the cfe-commits
mailing list