diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-13 22:13:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-13 22:13:22 +0000 |
commit | a7674d8a9a69f3f6fe16e70cf2a3b2b15fb7c43d (patch) | |
tree | d030edab3c0c23f330b58d46da8799bff4dc0296 /CodeGen/CodeGenTypes.h | |
parent | 7a543ad55a38853c577f23b8524fa3de3290550e (diff) |
Move getSize() out of type, into ASTContext, where it has target info, and
where ASTContext can manage caches for struct layout, etc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenTypes.h')
-rw-r--r-- | CodeGen/CodeGenTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodeGen/CodeGenTypes.h b/CodeGen/CodeGenTypes.h index dd322a19ec..3d8756415b 100644 --- a/CodeGen/CodeGenTypes.h +++ b/CodeGen/CodeGenTypes.h @@ -41,6 +41,7 @@ public: void DecodeArgumentTypes(const FunctionTypeProto &FTP, std::vector<const llvm::Type*> &ArgTys); }; + } // end namespace CodeGen } // end namespace clang |