]> granicus.if.org Git - clang/commitdiff
Include PathV1.h in files that use it.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 19:59:07 +0000 (19:59 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 19:59:07 +0000 (19:59 +0000)
This is preparation for replacing Path.h with PathV2.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183781 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Compilation.h
lib/ARCMigrate/FileRemapper.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/DependencyFile.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
tools/libclang/CIndexer.h

index 15c5e40e495a74ccf36aaacc3306a14ad4f7453a..466c86f47d903e6c60a1cb0fdcaa0b8eca95fe1c 100644 (file)
@@ -14,6 +14,7 @@
 #include "clang/Driver/Util.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 
 namespace clang {
 namespace driver {
index 6a8686c4ff0fb47d74b498339dcf4dd685b81870..14fa179d4bdd940720ed3360c0e05ea3de2462d5 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include <fstream>
 
index 03279ef42fd422989867eeef2001fd2d822bf916..bb3860c743546aa507599e6a593f7267a8928c37 100644 (file)
@@ -42,6 +42,7 @@
 #include "llvm/Support/Mutex.h"
 #include "llvm/Support/MutexGuard.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Timer.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdio>
index 6af36630019a25839d3b838ef910bb0c30d4eda8..3b757909387ca6cf9e5a949112ecd0eb5af49707 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Host.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/system_error.h"
 #include <sys/stat.h>
 using namespace clang;
index 628def68e5e0e1a2a344939565b0467a16198d2b..0c6ab4a0bd8db6a812030049070a4e311ab15cec 100644 (file)
@@ -22,6 +22,7 @@
 #include "clang/Lex/Preprocessor.h"
 #include "llvm/ADT/StringSet.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 
 using namespace clang;
index f4ca4d498aec40057a0f7fcd68623c643d7eb1da..46694d985df03bde20d6c81f083ea7c7a15fca20 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 
 using namespace clang;
index 73426da2b4df266b8648c5dff6779e5d9508ad06..434183b52f1a5281c64abc29dbdf6eaa14f62b27 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 
 using namespace clang;
index 08162c563e95f9bec48a8bd5f633c195a07af7c1..6f000da29dbb816033d9b02449ce688e1d52531d 100644 (file)
@@ -18,6 +18,7 @@
 #include "clang-c/Index.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include <vector>
 
 namespace llvm {