]> granicus.if.org Git - clang/commitdiff
Update some comments.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Jul 2008 11:22:40 +0000 (11:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Jul 2008 11:22:40 +0000 (11:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52957 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/CXXFieldCollector.h

index 6857fef9abdafeb79a10134c0cbd5741bb7aaa20..44d482692b73772bb5ff7fe4cb2878cf21744ce2 100644 (file)
@@ -57,10 +57,10 @@ public:
     ++FieldCount.back();
   }
 
-  /// getNumField - The number of fields added to the currently parsed class.
+  /// getCurNumField - The number of fields added to the currently parsed class.
   size_t getCurNumFields() const { return FieldCount.back(); }
 
-  /// getFields - Pointer to array of fields added to the currently parsed
+  /// getCurFields - Pointer to array of fields added to the currently parsed
   /// class.
   CXXFieldDecl **getCurFields() { return &*(Fields.end() - getCurNumFields()); }