Skip to content
  1. Apr 02, 2008
    • Steve Naroff's avatar
      Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass... · 257520b1
      Steve Naroff authored
      Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). 
      
      - Added a DenseMap to associate an IdentifierInfo with the ObjCCompatibleAliasDecl.
      - Renamed LookupScopedDecl->LookupDecl and changed it's return type to Decl. Also added lookup for ObjCCompatibleAliasDecl's.
      - Removed Sema::LookupInterfaceDecl(). Converted clients to used LookupDecl().
      - Some minor indentation changes.
      
      Will deal with ObjCInterfaceDecl and getObjCInterfaceDecl() in a separate commit...
      
      llvm-svn: 49058
      257520b1
    • Ted Kremenek's avatar
      Patch by Argiris Kirtzidis: Fix a dangling pointer error! · 94896e17
      Ted Kremenek authored
      llvm-svn: 49057
      94896e17
  2. Apr 01, 2008
  3. Mar 31, 2008
  4. Mar 28, 2008
  5. Mar 27, 2008
  6. Mar 26, 2008
  7. Mar 25, 2008
  8. Mar 24, 2008
  9. Mar 22, 2008
  10. Mar 21, 2008
Loading