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

The error was in the wording in the comment. I have corrected it to "Begin 
marking the scope for assume."

https://github.com/llvm/llvm-project/pull/97535
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to