Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
[oota-llvm.git] / include / llvm / Support / Path.h
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-08-10 NAKAMURA TakumiWhitespace.
2015-07-15 Rafael EspindolaDelete declared but not implemented functions.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-07-19 Rui UeyamaClarify comment for extension().
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.