Skip to content
  1. Jun 03, 2007
  2. Jun 02, 2007
  3. Jun 01, 2007
    • Steve Naroff's avatar
      Bug #: · 4555292b
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      After speaking with Chris, decided not to have GCC "attributes" inherit
      from Decl. This will enable us to grow the attribute hierarchy over time
      without effecting Decls.
      
      llvm-svn: 39543
      4555292b
    • Steve Naroff's avatar
      Bug #: · 6a0675f8
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      Add implemention file for GCC attributes
      
      llvm-svn: 39542
      6a0675f8
    • Steve Naroff's avatar
      Bug #: · ff127787
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      Interface file for GCC attributes.
      
      llvm-svn: 39541
      ff127787
    • Chris Lattner's avatar
      split stmt/expr codegen into their own files. · e47e440c
      Chris Lattner authored
      llvm-svn: 39540
      e47e440c
    • 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
  4. May 31, 2007
Loading