[cfe-commits] r164601 - /cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
Alexander Kornienko
alexfh at google.com
Tue Sep 25 05:42:05 PDT 2012
Author: alexfh
Date: Tue Sep 25 07:42:05 2012
New Revision: 164601
URL: http://llvm.org/viewvc/llvm-project?rev=164601&view=rev
Log:
A minor doc fix.
Modified:
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=164601&r1=164600&r2=164601&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Tue Sep 25 07:42:05 2012
@@ -2124,7 +2124,7 @@
/// \brief Matches if the operand of a unary operator matches.
///
-/// Example matches true (matcher = hasOperand(boolLiteral(equals(true))))
+/// Example matches true (matcher = hasUnaryOperand(boolLiteral(equals(true))))
/// \code
/// !true
/// \endcode
More information about the cfe-commits
mailing list