Skip to content
  1. Dec 15, 2007
    • Scott Michel's avatar
      Start committing working test cases for CellSPU. · 0aa7133f
      Scott Michel authored
      llvm-svn: 45050
      0aa7133f
    • 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
  2. Dec 14, 2007
  3. Dec 13, 2007
Loading