]> granicus.if.org Git - clang/commitdiff
Add a non-static FixupRelativePath to FileManager.
authorAnders Carlsson <andersca@mac.com>
Mon, 7 Mar 2011 01:27:37 +0000 (01:27 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 7 Mar 2011 01:27:37 +0000 (01:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127143 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/FileManager.h

index 247e518ea8b8a21694286b262e7c874f5280acb0..d14371d7a8bff614de1bbbf8cec22934326dd719 100644 (file)
@@ -200,6 +200,8 @@ public:
   static void FixupRelativePath(llvm::SmallVectorImpl<char> &path,
                                 const FileSystemOptions &FSOpts);
 
+  void FixupRelativePath(llvm::SmallVectorImpl<char> &path) const;
+
   /// \brief Produce an array mapping from the unique IDs assigned to each
   /// file to the corresponding FileEntry pointer.
   void GetUniqueIDMapping(