diff options
author | Anders Carlsson <andersca@mac.com> | 2009-07-14 17:29:11 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-07-14 17:29:11 +0000 |
commit | 3d598a5ab3c8aabce0a03a2f5dea65eee643e5ac (patch) | |
tree | 1c88d3a0968e76763f36bb7ae554ed56ee81950f /lib/AST/ExprConstant.cpp | |
parent | a1a5e8a1604c89d0c9f7ae9d06b8a9ae81e6bb10 (diff) |
Rename RecordLayout.h to ASTRecordLayout.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75641 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index c3d0402152..2c29347c51 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -13,7 +13,7 @@ #include "clang/AST/APValue.h" #include "clang/AST/ASTContext.h" -#include "clang/AST/RecordLayout.h" +#include "clang/AST/ASTRecordLayout.h" #include "clang/AST/StmtVisitor.h" #include "clang/AST/ASTDiagnostic.h" #include "clang/Basic/Builtins.h" |