diff options
author | Mike Stump <mrs@apple.com> | 2009-08-18 21:59:28 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-08-18 21:59:28 +0000 |
commit | 494c42526bef485a59f9ac7924a1fc0e09f3aec6 (patch) | |
tree | 5d9b6fd04a8c9074b6fc65475f718ab51e765195 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 07347353a00148fbc726b2d620c193c19ecac664 (diff) | |
download | bcm5719-llvm-494c42526bef485a59f9ac7924a1fc0e09f3aec6.tar.gz bcm5719-llvm-494c42526bef485a59f9ac7924a1fc0e09f3aec6.zip |
Add some documentation.
llvm-svn: 79373
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 8cee4a649cc..70425731efb 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -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); |