From: Anders Carlsson Date: Mon, 7 Mar 2011 01:27:37 +0000 (+0000) Subject: Add a non-static FixupRelativePath to FileManager. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d47aad92ccfb6c2cf5921f8fefddd7e541dc9bb3;p=clang Add a non-static FixupRelativePath to FileManager. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127143 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/FileManager.h b/include/clang/Basic/FileManager.h index 247e518ea8..d14371d7a8 100644 --- a/include/clang/Basic/FileManager.h +++ b/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(