[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #117904)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 11:44:47 PST 2025
================
@@ -4444,6 +4444,105 @@ void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) {
emitMaster(*this, S);
}
+static Expr *getInitialExprFromCapturedExpr(Expr *Cond) {
----------------
SunilKuravinakop wrote:
The code has changed. I do not have this any more in SemaOpenMP.cpp. The aim in SemaOpenMP.cpp is to add an AnnotateAttr. Now, I have written
void SemaOpenMP::annotateAStmt()
static Expr *getNewTraitsOrDirectCall()
https://github.com/llvm/llvm-project/pull/117904
More information about the cfe-commits
mailing list