Changeset cc4218f


Ignore:
Timestamp:
Aug 12, 2019, 11:05:15 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b3976bf
Parents:
61cfae2
Message:

Added assertion as documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r61cfae2 rcc4218f  
    11861186                assert( toType );
    11871187                toType = resolveTypeof( toType, indexer );
     1188                assert(!dynamic_cast<TypeofType *>(toType));
    11881189                SymTab::validateType( toType, &indexer );
    11891190                adjustExprType( toType, env, indexer );
Note: See TracChangeset for help on using the changeset viewer.