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

Chris Lattner sabre at nondot.org
Wed Sep 16 13:18:54 PDT 2009


Author: lattner
Date: Wed Sep 16 15:18:54 2009
New Revision: 82073

URL: http://llvm.org/viewvc/llvm-project?rev=82073&view=rev
Log:
fit in 80 cols

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=82073&r1=82072&r2=82073&view=diff

==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Sep 16 15:18:54 2009
@@ -187,7 +187,8 @@
 const char *clang_getCursorKindSpelling(enum CXCursorKind Kind); /* for debug */
 
 /*
- * If CXCursorKind == Cursor_Reference, then this will return the referenced declaration.
+ * If CXCursorKind == Cursor_Reference, then this will return the referenced
+ * declaration.
  * If CXCursorKind == Cursor_Declaration, then this will return the declaration.
  */
 CXDecl clang_getCursorDecl(CXCursor);





More information about the cfe-commits mailing list