Changes in src/SymTab/Validate.cc [3e5dd913:3ff4c1e]
- File:
-
- 1 edited
-
src/SymTab/Validate.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r3e5dd913 r3ff4c1e 1463 1463 } 1464 1464 1465 /*1466 1467 1465 /// Associates forward declarations of aggregates with their definitions 1468 1466 class LinkReferenceToTypes_new final … … 1795 1793 static const node_t * forallFixer( 1796 1794 const CodeLocation & loc, const node_t * node, 1797 ast:: FunctionType::ForallList parent_t::* forallField1795 ast::ParameterizedType::ForallList parent_t::* forallField 1798 1796 ) { 1799 1797 for ( unsigned i = 0; i < (node->* forallField).size(); ++i ) { … … 1846 1844 } 1847 1845 }; 1848 */1849 1846 } // anonymous namespace 1850 1847 1851 /*1852 1848 const ast::Type * validateType( 1853 1849 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab ) { … … 1858 1854 return type->accept( lrt )->accept( fpd ); 1859 1855 } 1860 */1861 1856 1862 1857 } // namespace SymTab
Note:
See TracChangeset
for help on using the changeset viewer.