Skip to content
  • 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
Loading