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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to