Skip to content
  1. Mar 19, 2008
  2. Mar 18, 2008
  3. Mar 17, 2008
  4. Mar 15, 2008
  5. Mar 14, 2008
  6. Mar 13, 2008
    • Steve Naroff's avatar
      Two fixes to RewriteTest::RewriteObjCIvarRefExpr(): · 35cb7960
      Steve Naroff authored
      - For explicit ivar refers, make sure the cast is propagated to the AST.
      - Don't free the base (since it is still in use).
      This fixes the recent regression to test/Rewriter/objc-ivar-receiver-1.m.
      
      llvm-svn: 48309
      35cb7960
  7. Mar 12, 2008
  8. Mar 10, 2008
  9. Mar 07, 2008
    • Nate Begeman's avatar
      Add new test · be6bb8ef
      Nate Begeman authored
      llvm-svn: 48018
      be6bb8ef
    • Ted Kremenek's avatar
      Patch by Nuno Lopes: · 7bdd6303
      Ted Kremenek authored
        Added more comments for code processing attribute "format".
        Added more checks for corner cases, test cases, and warnings.
      
      llvm-svn: 48011
      7bdd6303
  10. Mar 06, 2008
  11. Mar 05, 2008
    • Chris Lattner's avatar
      Remove the first layer of support for "portability" warnings. This is · 855d024a
      Chris Lattner authored
      theoretically useful, but not useful in practice.  It adds a bunch of 
      complexity, and not much value.  It's best to nuke it.  One big advantage
      is that it means the target interfaces will soon lose their SLoc arguments
      and target queries can never emit diagnostics anymore (yay).  Removing this
      also simplifies some of the core preprocessor which should make it slightly
      faster.
      
      Ted, I didn't simplify TripleProcessor, which can now have at most one
      triple, and can probably just be removed.  Please poke at it when you have
      time.
      
      llvm-svn: 47930
      855d024a
  12. Mar 04, 2008
  13. Mar 03, 2008
  14. Mar 01, 2008
  15. Feb 29, 2008
  16. Feb 26, 2008
  17. Feb 25, 2008
  18. Feb 24, 2008
  19. Feb 21, 2008
Loading