aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
AgeCommit message (Expand)Author
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-09Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman
2012-06-09Fixing a typo in the comments.Aaron Ballman
2012-05-27Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-10-24Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi
2011-03-16Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi
2011-03-10Try to fix the windows build.Rafael Espindola
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer