]> granicus.if.org Git - clang/commitdiff
Add some documentation.
authorMike Stump <mrs@apple.com>
Tue, 18 Aug 2009 21:59:28 +0000 (21:59 +0000)
committerMike Stump <mrs@apple.com>
Tue, 18 Aug 2009 21:59:28 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79373 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 8cee4a649cc162ff6c9f4b57e3087b0796b2cb77..70425731efba5ec642a7a0f51adece5c6da8f4a8 100644 (file)
@@ -361,6 +361,7 @@ public:
   /// legal to call this function even if there is no current insertion point.
   void FinishFunction(SourceLocation EndLoc=SourceLocation());
 
+  /// GenerateVtable - Generate the vtable for the given type.
   llvm::Value *GenerateVtable(const CXXRecordDecl *RD);
 
   void EmitCtorPrologue(const CXXConstructorDecl *CD);