Skip to content
  1. Feb 22, 2012
  2. Feb 20, 2012
  3. Feb 16, 2012
  4. Feb 15, 2012
  5. Feb 14, 2012
  6. Feb 13, 2012
  7. Feb 11, 2012
  8. Feb 10, 2012
  9. Feb 09, 2012
  10. Feb 08, 2012
  11. Feb 07, 2012
    • Argyrios Kyrtzidis's avatar
      ea9b81b4
    • Benjamin Kramer's avatar
      Revert my patches which removed Diagnostic.h includes by moving some operator... · 7ec12c92
      Benjamin Kramer authored
      Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line.
      
      This seems to negatively affect compile time onsome ObjC tests
      (which use a lot of partial diagnostics I assume). I have to come
      up with a way to keep them inline without including Diagnostic.h
      everywhere. Now adding a new diagnostic requires a full rebuild
      of e.g. the static analyzer which doesn't even use those diagnostics.
      
      This reverts commit 6496bd10dc3a6d5e3266348f08b6e35f8184bc99.
      This reverts commit 7af19b817ba964ac560b50c1ed6183235f699789.
      This reverts commit fdd15602a42bbe26185978ef1e17019f6d969aa7.
      This reverts commit 00bd44d5677783527d7517c1ffe45e4d75a0f56f.
      This reverts commit ef9b60ffed980864a8db26ad30344be429e58ff5.
      
      llvm-svn: 150006
      7ec12c92
    • David Blaikie's avatar
      Make use of const-correct ParseCommandLineOptions · 09d20eef
      David Blaikie authored
      llvm-svn: 150000
      09d20eef
    • Benjamin Kramer's avatar
      Print NamedDecls directly to a raw_ostream where possible. · db0fc513
      Benjamin Kramer authored
      llvm-svn: 149982
      db0fc513
    • Douglas Gregor's avatar
      Introduce basic ASTs for lambda expressions. This covers: · e31e606f
      Douglas Gregor authored
        - Capturing variables by-reference and by-copy within a lambda
        - The representation of lambda captures
        - The creation of the non-static data members in the lambda class
        that store the captured variables
        - The initialization of the non-static data members from the
        captured variables
        - Pretty-printing lambda expressions
      
      There are a number of FIXMEs, both explicit and implied, including:
        - Creating a field for a capture of 'this'
        - Improved diagnostics for initialization failures when capturing
        variables by copy
        - Dealing with temporaries created during said initialization
        - Template instantiation
        - AST (de-)serialization
        - Binding and returning the lambda expression; turning it into a
        proper temporary
        - Lots and lots of semantic constraints
        - Parameter pack captures
      
      llvm-svn: 149977
      e31e606f
  12. Feb 06, 2012
  13. Feb 04, 2012
  14. Feb 02, 2012
  15. Jan 27, 2012
  16. Jan 26, 2012
  17. Jan 25, 2012
  18. Jan 24, 2012
  19. Jan 23, 2012
Loading