[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #117904)
    Alexey Bataev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Feb 12 11:24:52 PST 2025
    
    
  
================
@@ -4444,6 +4444,105 @@ void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) {
   emitMaster(*this, S);
 }
 
+static Expr *getInitialExprFromCapturedExpr(Expr *Cond) {
----------------
alexey-bataev wrote:
Why do you need it?
https://github.com/llvm/llvm-project/pull/117904
    
    
More information about the cfe-commits
mailing list