diff options
Diffstat (limited to 'clang/tools/libclang/CIndexer.h')
-rw-r--r-- | clang/tools/libclang/CIndexer.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/tools/libclang/CIndexer.h b/clang/tools/libclang/CIndexer.h index 1b4d5c56322..95d8115a2ee 100644 --- a/clang/tools/libclang/CIndexer.h +++ b/clang/tools/libclang/CIndexer.h @@ -18,7 +18,6 @@ #include "clang-c/Index.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Path.h" -#include "llvm/Support/PathV1.h" #include <vector> namespace llvm { @@ -66,17 +65,6 @@ public: const std::string &getClangResourcesPath(); }; - /** - * \brief Given a set of "unsaved" files, create temporary files and - * construct the clang -cc1 argument list needed to perform the remapping. - * - * \returns true if an error occurred. - */ - bool RemapFiles(unsigned num_unsaved_files, - struct CXUnsavedFile *unsaved_files, - std::vector<std::string> &RemapArgs, - std::vector<llvm::sys::Path> &TemporaryFiles); - /// \brief Return the current size to request for "safety". unsigned GetSafetyThreadStackSize(); |