- Apr 05, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178905
-
- Mar 21, 2013
-
-
rdar://problem/13477190Douglas Gregor authored
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DIR for the system temporary directory. The DARWIN_USER_TEMP_DIR and DARWIN_USER_CACHE_DIR configuration settings are more idiomatic for Darwin than the TMPDIR environment variable. llvm-svn: 177669
-
- Feb 12, 2013
-
-
Guy Benyei authored
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. llvm-svn: 175006
-
- Dec 03, 2012
-
-
Chandler Carruth authored
Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131
-
- Jun 19, 2012
-
-
Michael J. Spencer authored
llvm-svn: 158704
-
- Mar 22, 2012
-
-
Michael J. Spencer authored
som inputs. Bug found and fix proposed by Kal Conley! llvm-svn: 153225
-
- Feb 29, 2012
-
-
Daniel Dunbar authored
llvm-svn: 151685
-
Daniel Dunbar authored
find root names on Unix. - This fixes make_absolute to not basically always call current_path() on Unix systems. - I think the API probably needs cleanup in this area, but I'll let Michael handle that. llvm-svn: 151681
-
Michael J. Spencer authored
llvm-svn: 151675
-
- Feb 09, 2012
-
-
David Blaikie authored
Unify default construction of error_code uses on this idiom so that users don't feel compelled to make static globals for naming convenience. (unfortunately I couldn't make the original ctor private as some APIs don't return their result, instead using an out parameter (that makes sense to default construct) - which is a bit of a pity. I did, however, find/fix some cases of unnecessary default construction of error_code before I hit the unfixable cases) llvm-svn: 150197
-
- Feb 08, 2012
-
-
Benjamin Kramer authored
llvm-svn: 150071
-
- Dec 14, 2011
-
-
Michael J. Spencer authored
llvm-svn: 146523
-
Michael J. Spencer authored
llvm-svn: 146521
-
- Dec 12, 2011
-
-
Michael J. Spencer authored
llvm-svn: 146362
-
- Sep 16, 2011
-
-
Eli Friedman authored
llvm-svn: 139928
-
- Sep 15, 2011
-
-
Douglas Gregor authored
will ignore the erasedOnReboot option, and properly escape the backslash in "C:\TEMP". Thanks to Aaron and Francois. llvm-svn: 139755
-
- Sep 14, 2011
-
-
Douglas Gregor authored
temporary data. llvm-svn: 139725
-
Benjamin Kramer authored
Remove unimplemented function prototypes from PathV2. They can be readded when someone cares enough. Patch by Aaron Ballman! llvm-svn: 139682
-
- Feb 15, 2011
-
-
Argyrios Kyrtzidis authored
llvm-svn: 125574
-
- Feb 11, 2011
-
-
Zhanyong Wan authored
on the host OS. Reviewed by dgregor. llvm-svn: 125406
-
- Jan 15, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123548
-
Michael J. Spencer authored
llvm-svn: 123545
-
- Jan 13, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123345
-
- Jan 11, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123209
-
- Jan 05, 2011
-
-
Michael J. Spencer authored
llvm-svn: 122884
-
Michael J. Spencer authored
llvm-svn: 122881
-
- Dec 28, 2010
-
-
Benjamin Kramer authored
llvm-svn: 122597
-
Michael J. Spencer authored
llvm-svn: 122587
-
- Dec 20, 2010
-
-
Michael J. Spencer authored
llvm-svn: 122243
-
- Dec 17, 2010
-
-
Benjamin Kramer authored
llvm-svn: 122085
-
Benjamin Kramer authored
llvm-svn: 122077
-
Benjamin Kramer authored
llvm-svn: 122074
-
- Dec 09, 2010
-
-
Michael J. Spencer authored
return their result instead of an error_code. Also add some missing predicate functions. llvm-svn: 121380
-
- Dec 07, 2010
-
-
Michael J. Spencer authored
llvm-svn: 121157
-
Michael J. Spencer authored
via their return value instead of an out parameter. llvm-svn: 121149
-
Michael J. Spencer authored
llvm-svn: 121110
-
Michael J. Spencer authored
namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109
-
Michael J. Spencer authored
llvm-svn: 121108
-
Michael J. Spencer authored
llvm-svn: 121092
-
Michael J. Spencer authored
Unix bug spotted by Dan Gohman. llvm-svn: 121090
-