Skip to content
  1. Apr 11, 2012
  2. Mar 26, 2012
  3. Mar 24, 2012
  4. Feb 09, 2012
    • David Blaikie's avatar
      Change default error_code ctor to a 'named ctor' so it's more self-documenting. · 18544b96
      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
      18544b96
  5. Jan 15, 2012
    • Chandler Carruth's avatar
      Remove SetWorkingDirectory from the Process interface. Nothing in LLVM · da22f30e
      Chandler Carruth authored
      or Clang is using this, and it would be hard to use it correctly given
      the thread hostility of the function. Also, it never checked the return
      which is rather dangerous with chdir. If someone was in fact using this,
      please let me know, as well as what the usecase actually is so that
      I can add it back and make it more correct and secure to use. (That
      said, it's never going to be "safe" per-se, but we could at least
      document the risks...)
      
      llvm-svn: 148211
      da22f30e
  6. Jan 11, 2012
  7. Jan 05, 2012
  8. Jan 04, 2012
  9. Dec 14, 2011
  10. Dec 12, 2011
  11. Dec 08, 2011
  12. Nov 01, 2011
  13. Sep 24, 2011
  14. Sep 21, 2011
    • Bob Wilson's avatar
      Remove the hack to check UNAME_RELEASE when identifying the Darwin version. · 49621cb2
      Bob Wilson authored
      This was only needed to locate llvm-gcc's installation directory when clang
      falls back to run llvm-gcc for i386 kexts.  As of clang svn r140187, we're
      now just searching paths with several different Darwin versions on either
      side of the current version, so this is no longer needed.
      
      llvm-svn: 140188
      49621cb2
  15. Sep 14, 2011
  16. Aug 10, 2011
  17. Aug 09, 2011
  18. Jul 29, 2011
  19. Jul 28, 2011
  20. Jul 05, 2011
  21. May 21, 2011
  22. May 17, 2011
  23. May 11, 2011
  24. Apr 29, 2011
  25. Apr 20, 2011
  26. Apr 15, 2011
  27. Mar 24, 2011
  28. Mar 20, 2011
  29. Mar 18, 2011
  30. Mar 10, 2011
  31. Feb 18, 2011
Loading