Add a non-static FixupRelativePath to FileManager.

llvm-svn: 127143
This commit is contained in:
Anders Carlsson 2011-03-07 01:27:37 +00:00
parent f496164ceb
commit 793aff18ef
1 changed files with 2 additions and 0 deletions

View 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(