From 793aff18ef0de12ff1e66e2bf46603f842ce3071 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Mon, 7 Mar 2011 01:27:37 +0000 Subject: [PATCH] Add a non-static FixupRelativePath to FileManager. llvm-svn: 127143 --- clang/include/clang/Basic/FileManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/include/clang/Basic/FileManager.h b/clang/include/clang/Basic/FileManager.h index 247e518ea8b8..d14371d7a8bf 100644 --- a/clang/include/clang/Basic/FileManager.h +++ b/clang/include/clang/Basic/FileManager.h @@ -200,6 +200,8 @@ public: static void FixupRelativePath(llvm::SmallVectorImpl &path, const FileSystemOptions &FSOpts); + void FixupRelativePath(llvm::SmallVectorImpl &path) const; + /// \brief Produce an array mapping from the unique IDs assigned to each /// file to the corresponding FileEntry pointer. void GetUniqueIDMapping(