Changes in src/main.cc [036dd5f:af84a35]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r036dd5f raf84a35 247 247 } // if 248 248 249 // Temporary: fill locations after parsing so that every node has a location, for early error messages.250 // Eventually we should pass the locations from the parser to every node, but this quick and dirty solution251 // works okay for now.252 CodeTools::fillLocations( translationUnit );253 254 249 // add the assignment statement after the initialization of a type parameter 255 250 PASS( "validate", SymTab::validate( translationUnit, symtabp ) );
Note:
See TracChangeset
for help on using the changeset viewer.