Skip to content
  1. Apr 05, 2013
  2. Mar 21, 2013
  3. Feb 12, 2013
  4. 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
  5. Jun 19, 2012
  6. Mar 22, 2012
  7. Feb 29, 2012
  8. 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
  9. Feb 08, 2012
  10. Dec 14, 2011
  11. Dec 12, 2011
  12. Sep 16, 2011
  13. Sep 15, 2011
  14. Sep 14, 2011
  15. Feb 15, 2011
  16. Feb 11, 2011
  17. Jan 15, 2011
  18. Jan 13, 2011
  19. Jan 11, 2011
  20. Jan 05, 2011
  21. Dec 28, 2010
  22. Dec 20, 2010
  23. Dec 17, 2010
  24. Dec 09, 2010
  25. Dec 07, 2010
Loading