r179823 - [libclang] Fix copy-paste error in comment.

Argyrios Kyrtzidis akyrtzi at gmail.com
Thu Apr 18 17:51:53 PDT 2013


Author: akirtzidis
Date: Thu Apr 18 19:51:52 2013
New Revision: 179823

URL: http://llvm.org/viewvc/llvm-project?rev=179823&view=rev
Log:
[libclang] Fix copy-paste error in 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=179823&r1=179822&r2=179823&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Thu Apr 18 19:51:52 2013
@@ -3405,7 +3405,7 @@ typedef enum {
 /**
  * \brief Given a cursor that represents an ObjC method or parameter
  * declaration, return the associated ObjC qualifiers for the return type or the
- * parameter respectively. The bits are formed from CXObjCPropertyAttrKind.
+ * parameter respectively. The bits are formed from CXObjCDeclQualifierKind.
  */
 CINDEX_LINKAGE unsigned clang_Cursor_getObjCDeclQualifiers(CXCursor C);
 





More information about the cfe-commits mailing list