]> granicus.if.org Git - clang/commitdiff
Include Path.h instead of PathV2.h.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 22:15:02 +0000 (22:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 22:15:02 +0000 (22:15 +0000)
I am about to move PathV2.h to Path.h.

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

lib/Lex/ModuleMap.cpp
lib/Lex/PPLexerChange.cpp
lib/Serialization/GlobalModuleIndex.cpp
lib/Serialization/ModuleManager.cpp
lib/Tooling/FileMatchTrie.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Tooling/CompilationDatabaseTest.cpp

index 62b1fc73c8093c89a639ab0f305d65b9596e4bf3..acb5694191e2354131e50b11d2ade4514effb162 100644 (file)
@@ -27,7 +27,7 @@
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Host.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"
 #include <stdlib.h>
 #if defined(LLVM_ON_UNIX)
index deec5a8766c6d5110b87851eea624952f866abb8..64373362461dfce09c05a48d7b6d77a6f5666e50 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/ADT/StringSwitch.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 using namespace clang;
 
 PPCallbacks::~PPCallbacks() {}
index b6693e40e51e1648ccc0530955c063503d592177..5413d385dd6c956765f62250b5f958d20deaa08b 100644 (file)
@@ -26,7 +26,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/LockFileManager.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include <cstdio>
 using namespace clang;
 using namespace serialization;
index f3d53adafa521bcaaca2ce250cd85f13751f81d0..1fc82dd87698d63e8a78a2e68347afc3d9313f82 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/Serialization/ModuleManager.h"
 #include "clang/Serialization/GlobalModuleIndex.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 
index 5eb4bb9e49d686513ca4b92d320a42dc3707d266..89979a84f9405c3eb4c302119e89429856533f26 100644 (file)
@@ -14,7 +14,7 @@
 #include "clang/Tooling/FileMatchTrie.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/Support/FileSystem.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"
 #include <sstream>
 
index 36bd5f9395910881ce9851aed2e3d38515f76cb1..4e0a4331dc4bc985f3a0d65edc467199699b6ac0 100644 (file)
@@ -19,7 +19,7 @@
 #include "clang/Lex/ModuleLoader.h"
 #include "clang/Lex/PreprocessorOptions.h"
 #include "llvm/ADT/SmallString.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;
index defde91b26d816ca9ee659c1ecc275816ae64748..6e18cd3f58b1ca976bbb3b0f0229ec049189eab8 100644 (file)
@@ -14,7 +14,7 @@
 #include "clang/Tooling/FileMatchTrie.h"
 #include "clang/Tooling/JSONCompilationDatabase.h"
 #include "clang/Tooling/Tooling.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include "gtest/gtest.h"
 
 namespace clang {