[cfe-commits] r127143 - /cfe/trunk/include/clang/Basic/FileManager.h

Anders Carlsson andersca at mac.com
Sun Mar 6 17:27:38 PST 2011


Author: andersca
Date: Sun Mar  6 19:27:37 2011
New Revision: 127143

URL: http://llvm.org/viewvc/llvm-project?rev=127143&view=rev
Log:
Add a non-static FixupRelativePath to FileManager.

Modified:
    cfe/trunk/include/clang/Basic/FileManager.h

Modified: cfe/trunk/include/clang/Basic/FileManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/FileManager.h?rev=127143&r1=127142&r2=127143&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/FileManager.h (original)
+++ cfe/trunk/include/clang/Basic/FileManager.h Sun Mar  6 19:27:37 2011
@@ -200,6 +200,8 @@
   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(





More information about the cfe-commits mailing list