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.
1 parent c67b72b commit 6afeda3Copy full SHA for 6afeda3
lib/AST/ASTVerifier.cpp
@@ -2289,7 +2289,7 @@ class Verifier : public ASTWalker {
2289
2290
auto *subExpr = E->getSubExpr();
2291
if (isa<ParenExpr>(subExpr) || isa<ForceValueExpr>(subExpr)) {
2292
- Out << "Immediate ParenExpr/ForceValueExpr should preceed a LoadExpr\n";
+ Out << "Immediate ParenExpr/ForceValueExpr should precede a LoadExpr\n";
2293
E->dump(Out);
2294
Out << "\n";
2295
abort();
0 commit comments