Ignore:
Timestamp:
May 17, 2015, 1:19:35 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:
0dd3a2f
Parents:
b87a5ed
Message:

licencing: second groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/Parser/TypedefTable.cc

    rb87a5ed ra32b204  
    6464                } else {
    6565                        list<Entry>::iterator listPos = (*curPos ).second.begin();
    66                         while( listPos != (*curPos ).second.end() && listPos->scope > scope ) {
     66                        while ( listPos != (*curPos ).second.end() && listPos->scope > scope ) {
    6767                                listPos++;
    6868                        }
     
    123123        for ( tableType::iterator i = table.begin(); i != table.end(); ) {
    124124                list<Entry> &declList = (*i ).second;
    125                 while (!declList.empty() && declList.front().scope == currentScope ) {
     125                while (! declList.empty() && declList.front().scope == currentScope ) {
    126126                        declList.pop_front();
    127127                }
Note: See TracChangeset for help on using the changeset viewer.