Skip to content
  1. May 10, 2008
    • Argyrios Kyrtzidis's avatar
      -Implement proper name lookup for namespaces. · fa8e15bf
      Argyrios Kyrtzidis authored
      -identifierResolver exposes an iterator interface to get all decls through the scope chain.
      -The semantic staff (checking IdentifierNamespace and Doug's checking for shadowed tags were moved out of IdentifierResolver and back into Sema. IdentifierResolver just gives an iterator for all reachable decls of an identifier.
      
      llvm-svn: 50923
      fa8e15bf
  2. May 09, 2008
  3. May 08, 2008
  4. May 07, 2008
  5. May 06, 2008
  6. May 05, 2008
  7. May 02, 2008
    • Fariborz Jahanian's avatar
      This patch is about merging ObjC2's properties declared in class · 98a6c4fa
      Fariborz Jahanian authored
      protocols into class's property list and performing semantics
      on them for while doing so.
      
      llvm-svn: 50587
      98a6c4fa
    • Steve Naroff's avatar
      Replace Sema::CheckInitializerListTypes() with a helper class... · f8ecff2a
      Steve Naroff authored
      Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecker) that synthesizes implicit InitListExpr's when appropriate (see InitListExpr comments in Expr.h for more details). I also moved the code to SemaInit.cpp, to help reduce clutter in SemaDecl.cpp.
      
      NOTE: This work is incomplete and still fails many tests (as a result, it isn't enabled yet). Nevertheless, I wanted to check it in so I can work on it from home.
      llvm-svn: 50544
      f8ecff2a
  8. May 01, 2008
  9. Apr 30, 2008
  10. Apr 27, 2008
  11. Apr 25, 2008
  12. Apr 24, 2008
  13. Apr 23, 2008
  14. Apr 22, 2008
    • Chris Lattner's avatar
      "This patch renames · bec41348
      Chris Lattner authored
      DeclContext *CtxDecl -> DeclContext *DeclCtx
      DeclContext *CD -> DeclContext *DC
      
      It makes the code more consistent."
      
      Patch by Zhongxing Xu!
      
      llvm-svn: 50105
      bec41348
  15. Apr 21, 2008
  16. Apr 20, 2008
    • Chris Lattner's avatar
      Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible, · 2cc4e232
      Chris Lattner authored
      deleting dead code, making other code more obvious, and fixing a
      bug.  This fixes these (bogus) warnings in release mode:
      
      SemaExprObjC.cpp:383: warning: 'RHSProtoE' may be used uninitialized in this function
      SemaExprObjC.cpp:383: warning: 'RHSProtoI' may be used uninitialized in this function
      
      llvm-svn: 49984
      2cc4e232
  17. Apr 19, 2008
  18. Apr 18, 2008
  19. Apr 17, 2008
Loading