Skip to content
  1. Mar 30, 2013
  2. Mar 14, 2013
  3. Mar 12, 2013
  4. Mar 01, 2013
  5. Feb 19, 2013
  6. Jan 01, 2013
  7. Dec 03, 2012
    • Chandler Carruth's avatar
      Use the new script to sort the includes of every file under lib. · ed0881b2
      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
      ed0881b2
  8. Nov 06, 2012
  9. Nov 05, 2012
  10. Sep 23, 2012
  11. Jul 11, 2012
  12. Jun 20, 2012
  13. Apr 05, 2012
  14. Mar 13, 2012
  15. 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
  16. Nov 22, 2011
  17. Oct 20, 2011
  18. Sep 16, 2011
  19. May 22, 2011
  20. Apr 28, 2011
  21. Mar 22, 2011
  22. Mar 18, 2011
  23. Mar 17, 2011
  24. Mar 10, 2011
  25. Feb 08, 2011
  26. Dec 19, 2010
  27. Dec 16, 2010
  28. Dec 09, 2010
  29. Nov 29, 2010
  30. Nov 23, 2010
  31. Jun 25, 2010
Loading