Ignore:
Timestamp:
Feb 13, 2018, 11:12:25 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
490ff5c3
Parents:
7a052e34
git-author:
Rob Schluntz <rschlunt@…> (02/12/18 16:21:06)
git-committer:
Rob Schluntz <rschlunt@…> (02/13/18 11:12:25)
Message:

Fix missing attribute warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.h

    r7a052e34 r54c9000  
    4343        bool empty() const { return name == ""; }
    4444
     45        std::string normalizedName() const;
     46
     47        /// true if this attribute is allowed to appear attached to a function parameter
     48        bool isValidOnFuncParam() const;
     49
    4550        Attribute * clone() const override { return new Attribute( *this ); }
    4651        virtual void accept( Visitor & v ) override { v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.