Ignore:
Timestamp:
Sep 14, 2017, 1:46:06 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:
3e3d923, bff09c8, f92c696
Parents:
c57ded70
Message:

Fix PassVisitor? Indexer calls, aggregate top-level errors in PassVisitor?, convert ForallPointerDecay? and LinkReferenceToTypes? to PassVisitor?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    rc57ded70 r522363e  
    104104
    105105                void print( std::ostream &os, int indent = 0 ) const;
    106           private:
     106
    107107                /// looks up a specific mangled ID at the given scope
    108108                DeclarationWithType *lookupIdAtScope( const std::string &id, const std::string &mangleName, unsigned long scope ) const;
     
    127127                void addTrait( TraitDecl *decl );
    128128
     129          private:
    129130                struct Impl;
    130131
Note: See TracChangeset for help on using the changeset viewer.