[PATCH] D98580: [flang][OpenMP] Add support for getting parent context and clauses and modify the relevant sema checks to use the new functions.

Bryan Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 13 09:48:58 PST 2021


bryanpkc added inline comments.


================
Comment at: flang/lib/Semantics/check-directive-structure.h:208
+  // Check if the given clause is present in the current
+  // context
   const PC *FindClause(C type) {
----------------
Nit: No need to wrap line here, or the comment below for `FindClauseParent`.


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

https://reviews.llvm.org/D98580



More information about the llvm-commits mailing list