[cfe-commits] r94360 - /cfe/trunk/include/clang-c/Index.h

Daniel Dunbar daniel at zuster.org
Sat Jan 23 20:10:31 PST 2010


Author: ddunbar
Date: Sat Jan 23 22:10:31 2010
New Revision: 94360

URL: http://llvm.org/viewvc/llvm-project?rev=94360&view=rev
Log:
Tweak clang_visitChildren comment.

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=94360&r1=94359&r2=94360&view=diff

==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Sat Jan 23 22:10:31 2010
@@ -741,10 +741,8 @@
  * \c CXChildVisit_Recurse. The traversal may also be ended prematurely, if
  * the visitor returns \c CXChildVisit_Break.
  *
- * \param tu the translation unit into which the cursor refers.
- *
  * \param parent the cursor whose child may be visited. All kinds of
- * cursors can be visited, including invalid visitors (which, by
+ * cursors can be visited, including invalid cursors (which, by
  * definition, have no children).
  *
  * \param visitor the visitor function that will be invoked for each





More information about the cfe-commits mailing list