]> granicus.if.org Git - clang/commitdiff
Rename RecordLayout.h to ASTRecordLayout.h
authorAnders Carlsson <andersca@mac.com>
Tue, 14 Jul 2009 17:29:11 +0000 (17:29 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 14 Jul 2009 17:29:11 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75641 91177308-0d34-0410-b5e6-96231b3b80d8

clang.xcodeproj/project.pbxproj
include/clang/AST/ASTRecordLayout.h [moved from include/clang/AST/RecordLayout.h with 94% similarity]
lib/AST/ASTContext.cpp
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/TargetABIInfo.cpp

index 26be7bb0b71997232280bcf05cc0ba76ccf1ee16..1b16a7ca5752649a3f1127da940b7301b4c33aa9 100644 (file)
                DE67E7170C020EE400F66BC5 /* Sema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE67E7160C020EE400F66BC5 /* Sema.cpp */; };
                DE67E71A0C020F4F00F66BC5 /* ParseAST.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE67E7190C020F4F00F66BC5 /* ParseAST.cpp */; };
                DE67E7280C02109800F66BC5 /* ParseAST.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DE67E7270C02109800F66BC5 /* ParseAST.h */; };
-               DE6951C70C4D1F5D00A5826B /* RecordLayout.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DE6951C60C4D1F5D00A5826B /* RecordLayout.h */; };
+               DE6951C70C4D1F5D00A5826B /* ASTRecordLayout.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DE6951C60C4D1F5D00A5826B /* ASTRecordLayout.h */; };
                DE6954640C5121BD00A5826B /* Token.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DE6954630C5121BD00A5826B /* Token.h */; };
                DE704B260D0FBEBE009C7762 /* SemaDeclObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE704B250D0FBEBE009C7762 /* SemaDeclObjC.cpp */; };
                DE704DD20D1668A4009C7762 /* HeaderMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE704DD10D1668A4009C7762 /* HeaderMap.cpp */; };
                                DEEBBD440C19C5D200A9FE82 /* TODO.txt in CopyFiles */,
                                84D9A88C0C1A581300AC7ABC /* AttributeList.h in CopyFiles */,
                                DEEBC3BA0C2363B800A9FE82 /* CodeGenTypes.h in CopyFiles */,
-                               DE6951C70C4D1F5D00A5826B /* RecordLayout.h in CopyFiles */,
+                               DE6951C70C4D1F5D00A5826B /* ASTRecordLayout.h in CopyFiles */,
                                DE6954640C5121BD00A5826B /* Token.h in CopyFiles */,
                                DEF2E95F0C5FBD74000C4259 /* InternalsManual.html in CopyFiles */,
                                DEC63B1C0C7B940600DBF169 /* CFG.h in CopyFiles */,
                DE67E7160C020EE400F66BC5 /* Sema.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = Sema.cpp; path = lib/Sema/Sema.cpp; sourceTree = "<group>"; tabWidth = 2; };
                DE67E7190C020F4F00F66BC5 /* ParseAST.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = ParseAST.cpp; path = lib/Sema/ParseAST.cpp; sourceTree = "<group>"; tabWidth = 2; };
                DE67E7270C02109800F66BC5 /* ParseAST.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ParseAST.h; path = clang/Sema/ParseAST.h; sourceTree = "<group>"; };
-               DE6951C60C4D1F5D00A5826B /* RecordLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = RecordLayout.h; path = clang/AST/RecordLayout.h; sourceTree = "<group>"; tabWidth = 2; };
+               DE6951C60C4D1F5D00A5826B /* ASTRecordLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = ASTRecordLayout.h; path = clang/AST/ASTRecordLayout.h; sourceTree = "<group>"; tabWidth = 2; };
                DE6954630C5121BD00A5826B /* Token.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Token.h; sourceTree = "<group>"; };
                DE704B250D0FBEBE009C7762 /* SemaDeclObjC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = SemaDeclObjC.cpp; path = lib/Sema/SemaDeclObjC.cpp; sourceTree = "<group>"; tabWidth = 2; };
                DE704BD10D1647E7009C7762 /* HeaderMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HeaderMap.h; sourceTree = "<group>"; };
                                35BFBD2B0C9EDE1E006CB644 /* ASTConsumer.h */,
                                DE75ED280B044DC90020CF81 /* ASTContext.h */,
                                DEA09A6E0F31756F000C2258 /* ASTDiagnostic.h */,
+                               DE6951C60C4D1F5D00A5826B /* ASTRecordLayout.h */,
                                1A72BEAC0D641E9400B085E9 /* Attr.h */,
                                90FB99DE0F98FB1D008F9415 /* DeclContextInternals.h */,
                                90FB99DF0F98FB1D008F9415 /* DeclVisitor.h */,
                                DEDFE5CB0F7206CC0035BD10 /* NestedNameSpecifier.h */,
                                35EE48AE0E0C4CB200715C54 /* ParentMap.h */,
                                3547129D0C88881300B3E1D5 /* PrettyPrinter.h */,
-                               DE6951C60C4D1F5D00A5826B /* RecordLayout.h */,
                                DE3452800AEF1B1800DBC861 /* Stmt.h */,
                                DECB73550FA3EE5A00F5FBC7 /* StmtCXX.h */,
                                DE345F210AFD347900DBC861 /* StmtNodes.def */,
similarity index 94%
rename from include/clang/AST/RecordLayout.h
rename to include/clang/AST/ASTRecordLayout.h
index ab184563da23dd954500a3f6b6f36e0af0a48eee..ba861f1c3a43bd6c94301b829dbc1d577cbf88c1 100644 (file)
@@ -1,4 +1,4 @@
-//===--- RecordLayout.h - Layout information for a struct/union -*- C++ -*-===//
+//=== ASTRecordLayout.h - Layout information for a struct/union -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,12 +7,12 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines the RecordLayout interface.
+//  This file defines the ASTRecordLayout interface.
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_AST_LAYOUTINFO_H
-#define LLVM_CLANG_AST_LAYOUTINFO_H
+#ifndef LLVM_CLANG_AST_ASTRECORDLAYOUT_H
+#define LLVM_CLANG_AST_ASTRECORDLAYOUT_H
 
 #include "llvm/Support/DataTypes.h"
 
index 9d1e1267e45d0ca9d0f6c85c4fb0a0f233cc0a83..971f2da0c05a815ef22b1da2bd6e92a536e44049 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "clang/AST/ASTContext.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "clang/AST/DeclCXX.h"
 #include "clang/AST/DeclObjC.h"
 #include "clang/AST/DeclTemplate.h"
 #include "clang/AST/Expr.h"
 #include "clang/AST/ExternalASTSource.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/Basic/Builtins.h"
 #include "clang/Basic/SourceManager.h"
 #include "clang/Basic/TargetInfo.h"
index 39a90418f3d18ec4ec9581584fd75ae90ae5c336..44b8dc2c36020612dd0b75cd417d780c81a2e76b 100644 (file)
@@ -17,7 +17,6 @@
 #include "clang/AST/DeclObjC.h"
 #include "clang/AST/DeclCXX.h"
 #include "clang/AST/DeclTemplate.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/AST/StmtVisitor.h"
 #include "clang/Basic/Builtins.h"
 #include "clang/Basic/TargetInfo.h"
index c3d0402152561f704cbc628eb1bf0557fdaa7156..2c29347c519c5529c6167e0494ee3321ae820596 100644 (file)
@@ -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"
index 7855b91f1fafafb6d56f7087689722a1c48e3b65..b4eff37093b0b14a4dba96f0e8ecc3347cf4a63d 100644 (file)
@@ -14,9 +14,9 @@
 #include "CGDebugInfo.h"
 #include "CodeGenModule.h"
 #include "clang/AST/ASTContext.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "clang/AST/DeclObjC.h"
 #include "clang/AST/Expr.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/Basic/SourceManager.h"
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/TargetInfo.h"
index 23b68c3cc8bf0181d29ccf9c3e93bdda5f6c3a7e..17d2c13ff3ad17da907eeec6f56979ece0db97c0 100644 (file)
@@ -15,7 +15,6 @@
 #include "CodeGenModule.h"
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/DeclObjC.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/AST/StmtVisitor.h"
 #include "clang/Basic/TargetInfo.h"
 #include "llvm/Constants.h"
index 978b56aef9f6860cb3cce36398cf896084868e1b..406af0593ef0f0e8d5e58af135b4a3f15072fb65 100644 (file)
@@ -19,9 +19,9 @@
 #include "CodeGenFunction.h"
 
 #include "clang/AST/ASTContext.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclObjC.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/AST/StmtObjC.h"
 
 #include "llvm/Intrinsics.h"
index d3a0fc6e549ad539d022103312fc005e181c356c..8f624f7ff86b4916bf9b5067f5df77040b12440a 100644 (file)
@@ -16,9 +16,9 @@
 #include "CodeGenModule.h"
 #include "CodeGenFunction.h"
 #include "clang/AST/ASTContext.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclObjC.h"
-#include "clang/AST/RecordLayout.h"
 #include "clang/AST/StmtObjC.h"
 #include "clang/Basic/LangOptions.h"
 
index 5ed2b7c2a0931fa6dccb42393d741c3a1744c241..c617939e350a158da4dda787e8a751e4281c9233 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/DeclObjC.h"
 #include "clang/AST/Expr.h"
-#include "clang/AST/RecordLayout.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
 #include "llvm/Target/TargetData.h"
index 896dbd685037f2d5e4659b2745cdc6bf125e2681..b8b409d61d45aa140309443968dcf6ba9639ca79 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "ABIInfo.h"
 #include "CodeGenFunction.h"
-#include "clang/AST/RecordLayout.h"
+#include "clang/AST/ASTRecordLayout.h"
 #include "llvm/Type.h"
 
 using namespace clang;