Skip to content
  1. Dec 29, 2007
  2. Dec 28, 2007
  3. Dec 21, 2007
  4. Dec 20, 2007
  5. Dec 19, 2007
  6. Dec 18, 2007
  7. Dec 17, 2007
  8. Dec 15, 2007
    • Ted Kremenek's avatar
      Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be · 56ba5b39
      Ted Kremenek authored
      so useful and introduced a few bugs.
      
      llvm-svn: 45051
      56ba5b39
    • Ted Kremenek's avatar
      Added "mode" to StmtIterator to record if the expression being iterated · 3291844b
      Ted Kremenek authored
      over is the subexpression of a sizeof(expression).  Different clients
      will wish to handle iteration over such subexpressions differently, and can
      now easily query if they are iterating over such statements using the
      StmtIterator's inSizeOfExpr().
      
      llvm-svn: 45047
      3291844b
    • Steve Naroff's avatar
      · 3ce37a6b
      Steve Naroff authored
      - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcProtocolDecl, and ObjcCategoryDecl. These methods are replaced by the respective iterators on each class.
      - Add getInstanceMethodForSelector to ObjcInterfaceDecl, ObjcProtocolDecl, and ObjcCatgoryDecl. This hook will do a "shallow" lookup. This is a convenience method that reducing some of the iterator usage.
      - Various changes to convert all clients to the above API's...
       
      
      llvm-svn: 45046
      3ce37a6b
  9. Dec 14, 2007
  10. Dec 13, 2007
  11. Dec 12, 2007
Loading