[PATCH] D99537: [OPENMP51]Initial support for the dispatch directive
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 12:38:49 PDT 2021
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:9799
+
+ E = E->IgnoreParenCasts();
+
----------------
`E->IgnoreParenCasts()->IgnoreImplicit();`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99537/new/
https://reviews.llvm.org/D99537
More information about the llvm-commits
mailing list