[clang] [clang-tools-extra] Remove delayed typo expressions (PR #143423)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 10 15:44:38 PDT 2025
================
@@ -4920,6 +4914,11 @@ bool Parser::ParseOpenMPVarList(OpenMPDirectiveKind DKind,
ModifierFound = true;
} else {
StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation());
+ if (!StepFound) {
----------------
shafik wrote:
huh, spooky action at a distance
https://github.com/llvm/llvm-project/pull/143423
More information about the cfe-commits
mailing list