Ignore:
Timestamp:
Mar 2, 2016, 5:13:21 PM (8 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/Parser/TypeData.cc

    rbdad1679 r8f610e85  
    1010// Created On       : Sat May 16 15:12:51 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Mar  2 16:34:22 2016
    13 // Update Count     : 47
     12// Last Modified On : Wed Mar  2 17:08:38 2016
     13// Update Count     : 48
    1414//
    1515
     
    520520                return buildTypeof();
    521521          case Builtin:
    522                 return new VarArgsType();
     522                return new VarArgsType( buildQualifiers() );
    523523          case Attr:
    524524                return buildAttr();
Note: See TracChangeset for help on using the changeset viewer.