diff options
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r-- | clang/docs/LibASTMatchersReference.html | 2 |
1 files changed, 1 insertions, 1 deletions
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' </pre></td></tr> |