Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r1ba88a0 r8884112  
    128128                static void deleteRef( Impl *toFree );
    129129
    130                 // Removes matching autogenerated constructors and destructors
    131                 // so that they will not be selected
    132                 // void removeSpecialOverrides( FunctionDecl *decl );
    133                 void removeSpecialOverrides( const std::string &id, std::list< DeclarationWithType * > & out ) const;
    134 
    135130                /// Ensures that tables variable is writable (i.e. allocated, uniquely owned by this Indexer, and at the current scope)
    136131                void makeWritable();
Note: See TracChangeset for help on using the changeset viewer.