Changes in src/AST/Pass.impl.hpp [e00c22f:0dd9a5e]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
re00c22f r0dd9a5e 423 423 } 424 424 catch( SemanticErrorException &e ) { 425 if (__pass::on _error (visitor.core, *i, 0))425 if (__pass::onError (visitor.core, *i, 0)) 426 426 errors.append( e ); 427 427 }
Note:
See TracChangeset
for help on using the changeset viewer.