From fb991596e34aa7403a417205526f47c22b199c11 Mon Sep 17 00:00:00 2001 From: Yitzhak Mandelbaum Date: Wed, 7 Aug 2019 17:01:31 +0000 Subject: [clang][NFC] Fix typo in matcher comment Also updates corresponding html doc. llvm-svn: 368188 --- clang/docs/LibASTMatchersReference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/LibASTMatchersReference.html') diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index 9f13331aa1b..31f71b76ae0 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -6819,7 +6819,7 @@ F& operator=(const F& o) { } returnStmt(forFunction(hasName("operator="))) matches 'return *this' - but does match 'return > 0' + but does not match 'return v > 0' -- cgit v1.2.3