[PATCH] D77290: [OpenMP] Specialize OpenMP calls after template instantiation
Mike Rice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 3 13:33:54 PDT 2020
mikerice added inline comments.
================
Comment at: clang/lib/Sema/SemaTemplateInstantiate.cpp:1698
+ auto *CE = cast<CallExpr>(R.get());
+ return SemaRef.ActOnOpenMPCall(R, nullptr, CE->getRParenLoc(),
+ MultiExprArg(CE->getArgs(), CE->getNumArgs()),
----------------
Is there a parent change that removed the Sema& parameter from this function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77290/new/
https://reviews.llvm.org/D77290
More information about the cfe-commits
mailing list