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