[PATCH] D102180: [Clang][OpenMP] Emit dependent PreInits before directive.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 12:06:01 PDT 2021


ABataev added inline comments.


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:8975
+            }
+            return false;
           }))
----------------
No need for `return false;`


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:12607
+              PreInits.push_back(C);
+            return false;
           }))
----------------
Same, no need for `return`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102180



More information about the cfe-commits mailing list