diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index 4ac9ab0090cd..61844ffc9de9 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -112,7 +112,7 @@ This affects both matchers and AST dump output in results. traverse() matcher is used to set the mode:
Finder->addMatcher(traverse(TK_IgnoreUnlessSpelledInSource, - returnStmt(hasReturnArgument(integerLiteral(equals(0)))) + returnStmt(hasReturnValue(integerLiteral(equals(0)))) ), this);