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