[clang] [llvm] Assume (PR #97535)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 11:50:08 PDT 2024
================
@@ -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
More information about the cfe-commits
mailing list