[cfe-commits] r79373 - /cfe/trunk/lib/CodeGen/CodeGenFunction.h
Mike Stump
mrs at apple.com
Tue Aug 18 14:59:28 PDT 2009
Author: mrs
Date: Tue Aug 18 16:59:28 2009
New Revision: 79373
URL: http://llvm.org/viewvc/llvm-project?rev=79373&view=rev
Log:
Add some documentation.
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.h
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=79373&r1=79372&r2=79373&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Tue Aug 18 16:59:28 2009
@@ -361,6 +361,7 @@
/// 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);
More information about the cfe-commits
mailing list