Changeset 142cf5d for src/SynTree/Type.h


Ignore:
Timestamp:
Mar 21, 2017, 12:21:04 PM (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:
94a8123
Parents:
2c4bc81
Message:

change type of string literal from char[] to const char[]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    r2c4bc81 r142cf5d  
    155155        virtual Type * getComponent( unsigned i ) { assertf( size() == 1 && i == 0, "Type::getComponent was called with size %d and index %d\n", size(), i ); return this; }
    156156
     157        /// return type without outer pointers and arrays
    157158        Type *stripDeclarator();
    158159
Note: See TracChangeset for help on using the changeset viewer.