[clang] [llvm] Assume (PR #97535)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 11:30:11 PDT 2024


================
@@ -1759,8 +1759,35 @@ void Parser::ParseOpenMPAssumesDirective(OpenMPDirectiveKind DKind,
     Assumptions.push_back(Assumption);
   }
 
+  StmtResult AssociatedStmt;
+
+  // Fix the scope for assume.
----------------
alexey-bataev wrote:

What's wrong with the scope?

https://github.com/llvm/llvm-project/pull/97535


More information about the llvm-commits mailing list