Skip to content
  1. Aug 25, 2007
  2. Aug 23, 2007
    • Steve Naroff's avatar
      · 4e1f80d2
      Steve Naroff authored
      - Cleanup "hack" comment and fix typos.
      - Use getLang().ObjC2 when appropriate.
      
      llvm-svn: 41333
      4e1f80d2
    • Steve Naroff's avatar
      · 0b6a01a4
      Steve Naroff authored
      Add support for parsing protocols.
      
      Now we can parse quite a bit of "Foundation.h" (a couple bugs remain).
      
      llvm-svn: 41300
      0b6a01a4
  3. Aug 22, 2007
  4. Aug 20, 2007
    • Steve Naroff's avatar
      · 1eb1ad6c
      Steve Naroff authored
      Start parsing ObjC classes/categories!
      
      Next step, refactor Parser::ParseStructUnionBody() so that struct declarations can
      be shared with Objective-C (for declaring instance variables).
      
      llvm-svn: 41200
      1eb1ad6c
  5. Aug 10, 2007
  6. Jul 24, 2007
  7. Jul 15, 2007
  8. Jun 16, 2007
    • Chris Lattner's avatar
      Finally bite the bullet and make the major change: split the clang namespace · 23b7eb67
      Chris Lattner authored
      out of the llvm namespace.  This makes the clang namespace be a sibling of
      llvm instead of being a child.
      
      The good thing about this is that it makes many things unambiguous.  The
      bad things is that many things in the llvm namespace (notably data structures
      like smallvector) now require an llvm:: qualifier.  IMO, libsystem and libsupport
      should be split out of llvm into their own namespace in the future, which will fix
      this issue.
      
      llvm-svn: 39659
      23b7eb67
  9. Jun 01, 2007
    • Steve Naroff's avatar
      Bug #: · 0f2fe17f
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      Implement support for GCC __attribute__.
      
      - Implement "TODO" in Parser::ParseAttributes. Changed the return type from
      void to Parser::DeclTy. Changed all call sites to accept the return value.
      - Added Action::ParseAttribute and Sema::ParseAttribute to return an
      appropriate AST node. Added new node AttributeDecl to Decl.h.
      
      Still to do...hook up to the Decl...
      
      llvm-svn: 39539
      0f2fe17f
  10. May 16, 2007
  11. May 03, 2007
  12. Apr 27, 2007
  13. Jan 21, 2007
  14. Dec 04, 2006
  15. Dec 03, 2006
  16. Dec 02, 2006
  17. Nov 28, 2006
  18. Nov 21, 2006
  19. Nov 20, 2006
  20. Nov 19, 2006
  21. Nov 12, 2006
  22. Nov 10, 2006
  23. Nov 09, 2006
  24. Nov 08, 2006
  25. Nov 06, 2006
  26. Nov 05, 2006
Loading