aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/FileManager.cpp
AgeCommit message (Expand)Author
2012-05-03[PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-12-22remove unneeded config.h includesDylan Noblesmith
2011-11-17Revert r132539 for now, "My testing shows that function stat has no problem w...NAKAMURA Takumi
2011-11-06Use StringRef's case transformation methods.Benjamin Kramer
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-12When an import statement fails to find a module in the module cache,Douglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-06-03My testing shows that function stat has no problem with trailing separators. ...Francois Pichet
2011-03-18Add FileManager::getNoncachedStatValue, which will resolve relative paths aga...Anders Carlsson
2011-03-16Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis
2011-03-15Stop leaking file descriptors.Argyrios Kyrtzidis
2011-03-14Get rid of the static FileManager::FixupRelativePath.Anders Carlsson
2011-03-07Check in the implementation as well...Anders Carlsson
2011-03-06Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson
2011-02-11Uses llvm::sys::path instead of hand-rolled algorithm in FileManager.Zhanyong Wan
2011-02-11Improves Clang's virtual file handling.Zhanyong Wan
2011-02-10Implement two related optimizations that make de-serialization ofDouglas Gregor
2011-02-08Update for API change.Rafael Espindola
2011-02-05Improve our uniquing of file entries when files are re-saved or areDouglas Gregor
2011-02-03Revert 124754 and 124760 as they made clang unusable in the presence of symbolicRafael Espindola
2011-02-03Improve the performance of filename canonicalization by avoidingDouglas Gregor
2011-02-02Canonicalize path names in the file manager before performing a lookupDouglas Gregor
2011-01-27TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva...Axel Naumann
2010-12-21Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer
2010-12-16MemoryBuffer API update.Michael J. Spencer
2010-12-09Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer
2010-12-02attempt to fix a buildbot failure, apparently apache fails to build.Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23The final result of all this refactoring: instead of doing stat immediatelyChris Lattner
2010-11-23hopefully resolve the windows buildbot issue (retch)Chris Lattner
2010-11-23change the 'is directory' indicator to be a null-or-notChris Lattner
2010-11-23pull "is directory" handling into FileManager::getStatValueChris Lattner
2010-11-23tidy up code, add a comment about dir caching.Chris Lattner
2010-11-23factor the "cache miss" handling code out of FM into a static Chris Lattner
2010-11-23r120013 dropped passing in the precomputed file size to Chris Lattner
2010-11-23rework the stat cache, pulling it out of FileManager.h intoChris Lattner
2010-11-23tidy up. Split FileManager::getBufferForFile intoChris Lattner
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner
2010-11-23Partially revert Doug's PCH validation patch (r98585).Chris Lattner
2010-11-23stringref'ize APIChris Lattner
2010-11-23avoid creating sys::Path instances when -fworking-directory isn't being used.Chris Lattner
2010-11-21Filename.rfind("/\\") won't give us the position of the last directory sepera...Benjamin Kramer
2010-11-21change the various getFile routines to use StringRef as their implementation ...Chris Lattner
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-08-23fix PR7953 - Windows filename are case insensitive:Chris Lattner
2010-07-26When remapping a virtual file, also make an entry for the file withDouglas Gregor