diff options
author | Anders Carlsson <andersca@mac.com> | 2011-03-07 01:27:37 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2011-03-07 01:27:37 +0000 |
commit | d47aad92ccfb6c2cf5921f8fefddd7e541dc9bb3 (patch) | |
tree | f4f01d87cb34384b4f28eb0c8f289cceaed3bf68 /include/clang/Basic/FileManager.h | |
parent | 65f7165676854bf75494f5b73a620d7237db5d41 (diff) |
Add a non-static FixupRelativePath to FileManager.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/FileManager.h')
-rw-r--r-- | include/clang/Basic/FileManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<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( |