We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bc7a63 + d2bbdb8 commit 63abd1aCopy full SHA for 63abd1a
lib/Parse/ParseIfConfig.cpp
@@ -102,7 +102,7 @@ class ValidateIfConfigCondition :
102
return nullptr;
103
}
104
105
- // Support '||' and '&&' operator. The procedence of '&&' is higher than '||'.
+ // Support '||' and '&&' operator. The precedence of '&&' is higher than '||'.
106
// Invalid operator and the next operand are diagnosed and removed from AST.
107
Expr *foldSequence(Expr *LHS, ArrayRef<Expr*> &S, bool isRecurse = false) {
108
assert(!S.empty() && ((S.size() & 1) == 0));
0 commit comments