]> granicus.if.org Git - clang/commitdiff
Update location of DataTypes.h to reflect move in LLVM with r85086.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 26 Oct 2009 01:37:10 +0000 (01:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 26 Oct 2009 01:37:10 +0000 (01:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85087 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
include/clang/AST/DeclGroup.h
include/clang/AST/RecordLayout.h
include/clang/AST/StmtIterator.h
include/clang/Analysis/PathSensitive/GRState.h
include/clang/Analysis/PathSensitive/SymbolManager.h
include/clang/Analysis/ProgramPoint.h
include/clang/Basic/OnDiskHashTable.h
include/clang/Basic/SourceManager.h
include/clang/Basic/TargetInfo.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Lex/LiteralSupport.h
lib/AST/RecordLayoutBuilder.h
lib/CodeGen/CGRecordLayoutBuilder.h
lib/Lex/HeaderMap.cpp

index 790ea3ca06624bbecfa0f40b934670784b0b655c..e1fae8f2ae6771e0eb031c5f9408c4cc767c4689 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_AST_DECLGROUP_H
 #define LLVM_CLANG_AST_DECLGROUP_H
 
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <cassert>
 
 namespace clang {
index 7490b1d66b3ea029085faed2ac58fa4ed999fcca..5f318ba0b33bdaf9d19e3b8b27f0c1efabc706e5 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_AST_LAYOUTINFO_H
 #define LLVM_CLANG_AST_LAYOUTINFO_H
 
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace clang {
   class ASTContext;
index 2d523fffce740435c1e5f777f41517d94ceb405b..f1aa2cd50f0fd32e2f018ba732f4d98bc351c006 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_CLANG_AST_STMT_ITR_H
 #define LLVM_CLANG_AST_STMT_ITR_H
 
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <cassert>
 #include <iterator>
 
index d8b9d560ccd8588383d51b228f7323c4490e221b..3f6fb8e2421ecf722fe294c5d198a0a923ad1a3b 100644 (file)
@@ -26,7 +26,7 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/Analysis/Analyses/LiveVariables.h"
 #include "llvm/Support/Casting.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/ADT/APSInt.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/ImmutableMap.h"
index d3996c6330a2a435a9a0882bc8e314a03f141ddd..167a102e94ec924c4950bdb56dcae901cbe94cbb 100644 (file)
@@ -18,7 +18,7 @@
 #include "clang/AST/Decl.h"
 #include "clang/AST/Expr.h"
 #include "clang/Analysis/Analyses/LiveVariables.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/DenseSet.h"
index 666e45b847cf020bf6c71c3e50bf83cfa17b57ac..7aaae9c86653cc8b449ea5aca6179d469efcef25 100644 (file)
@@ -16,7 +16,7 @@
 #define LLVM_CLANG_ANALYSIS_PROGRAM_POINT
 
 #include "clang/Analysis/CFG.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/Casting.h"
index 2184bf3c457cbaa6d48c251f644173bdfa28e9d6..6b60f2eec097ff6affc20824a0465372bfca80e0 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/Compiler.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/System/Host.h"
index 8a69cba066b3e1ecb17fc875a8ad31d061a75525..7e9ac531017e89c60961cb370a6f92bda79becbe 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "clang/Basic/SourceLocation.h"
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/ADT/DenseMap.h"
 #include <vector>
 #include <cassert>
index a72a5f9b6a3da0003509f432e9b97d4a0bd41da3..e61ef9265cfb3f3e35978664b597bc1980957273 100644 (file)
@@ -17,7 +17,7 @@
 // FIXME: Daniel isn't smart enough to use a prototype for this.
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/Triple.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <cassert>
 #include <vector>
 #include <string>
index 9e79114e131a72595359c86f6a15b7fa2e09be49..b2bb9a13771de304f4cf2ae8380d52a0fac0964c 100644 (file)
@@ -18,7 +18,7 @@
 #define LLVM_CLANG_FRONTEND_PCHBITCODES_H
 
 #include "llvm/Bitcode/BitCodes.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace clang {
   namespace pch {
index cc16970b004013ddf64e1019a92834ba583ae873..f899cdbbb1c8c52fe296c8428cbb46a491e489b1 100644 (file)
@@ -29,7 +29,7 @@
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Bitcode/BitstreamReader.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <deque>
 #include <map>
 #include <string>
index 97656f7d39d6161a81bdde9f5213e7010065ee66..c4ab5aebf7217d48f0c3c36dfa28b1cae2ecf1fe 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include "llvm/ADT/SmallString.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
   class APInt;
index 6e4cdd2fe2ee567a1681902236871c4561911773..b57b37d0df4d5edab11a9a864eea6993627c5717 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/SmallSet.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <map>
 
 namespace clang {
index d1a13aa29711ed9c3895fce632e5db12b74db90b..4ebf4e88decb1047f151f8ea797a4be5736c3ed3 100644 (file)
@@ -15,7 +15,7 @@
 #define CLANG_CODEGEN_CGRECORDLAYOUTBUILDER_H
 
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <vector>
 
 namespace llvm {
index c9a10dc02707cb73ded3309a92fd9d65dcb5c394..df712760bb25ec9cba5bc0289b1ab9c12b9b1a03 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/Basic/FileManager.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/SmallString.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include <cstdio>