commit | bc78a728ee8aded5962419809afdf24ecafb8551 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Fri Jul 31 18:25:34 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Fri Jul 31 18:25:34 2009 +0000 |
tree | 227cea1226b8c80a2155a5311822267df5c1e809 | |
parent | fe6bbd11454bb17009e17c94da96c93607a53168 [diff] [blame] |
Add code to setup the vtable pointer in the constructor. Work in progress. llvm-svn: 77699
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 46caaaf..c7437d1 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -373,7 +373,7 @@ CXXDtorType Type); void EmitTentativeDefinition(const VarDecl *D); - + enum GVALinkage { GVA_Internal, GVA_C99Inline,