Changeset 64f3b9f for src/AST/SymbolTable.hpp
- Timestamp:
- Dec 11, 2024, 6:09:10 PM (7 days ago)
- Branches:
- master
- Children:
- e797179
- Parents:
- ec22220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/SymbolTable.hpp
rec22220 r64f3b9f 177 177 void addFunction( const FunctionDecl * ); 178 178 179 /// Reclassifies the previously-indexed special declaration, so `combine` shows it as deleted 180 void reviseSpecialAsDeleted( const FunctionDecl * ); 181 179 182 private: 180 183 void OnFindError( CodeLocation location, std::string error ) const;
Note: See TracChangeset
for help on using the changeset viewer.