[PATCH] D82800: [OPENMP50] extend array section for stride (Parsing/Sema/AST)
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 14:12:56 PDT 2020
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaExpr.cpp:4907
+ if (Stride) {
+ auto Res =
+ PerformOpenMPImplicitIntegerConversion(Stride->getExprLoc(), Stride);
----------------
cchen wrote:
> ABataev wrote:
> > `auto`->`ExprResult`
> Should I also change it for LowerBound and Length? Just to make it consistent.
Not in this patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82800/new/
https://reviews.llvm.org/D82800
More information about the cfe-commits
mailing list