Ignore:
Timestamp:
Mar 2, 2016, 5:13:21 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
4040425
Parents:
bdad1679
Message:

allow qualifiers onto gcc builtin_va_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    rbdad1679 r8f610e85  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Feb 26 14:34:08 2016
    13 // Update Count     : 19
     12// Last Modified On : Wed Mar  2 17:10:38 2016
     13// Update Count     : 20
    1414//
    1515
     
    404404  public:
    405405        VarArgsType();
    406         VarArgsType( Type::Qualifiers &tq );
     406        VarArgsType( Type::Qualifiers tq );
    407407
    408408        virtual VarArgsType *clone() const { return new VarArgsType( *this ); }
Note: See TracChangeset for help on using the changeset viewer.