Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (11 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, stuck-waitfor-destruct, with_gc
Children:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/SymTab/TypeTable.h

    r01aeade ra08ba92  
    1010// Created On       : Sun May 17 21:48:32 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun May 17 21:49:49 2015
    13 // Update Count     : 2
     12// Last Modified On : Tue May 19 16:50:25 2015
     13// Update Count     : 3
    1414//
    1515
     
    2727
    2828namespace SymTab {
    29     class TypeTableConflictFunction : public std::binary_function< NamedTypeDecl *, NamedTypeDecl *, NamedTypeDecl * > {
    30       public:
     29        class TypeTableConflictFunction : public std::binary_function< NamedTypeDecl *, NamedTypeDecl *, NamedTypeDecl * > {
     30          public:
    3131                NamedTypeDecl *operator()( NamedTypeDecl *existing, NamedTypeDecl *added ) {
    3232                        if ( existing->get_base() == 0 ) {
     
    4040                        return 0;
    4141                }
    42     };
     42        };
    4343
    44     typedef StackTable< NamedTypeDecl, TypeTableConflictFunction > TypeTable;
     44        typedef StackTable< NamedTypeDecl, TypeTableConflictFunction > TypeTable;
    4545} // namespace SymTab
    4646
Note: See TracChangeset for help on using the changeset viewer.