Changes in src/AST/Pass.hpp [acb33f15:c92bdcc]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
racb33f15 rc92bdcc 207 207 const ast::Type * visit( const ast::UnionInstType * ) override final; 208 208 const ast::Type * visit( const ast::EnumInstType * ) override final; 209 const ast::Type * visit( const ast::EnumAttrType * ) override final; 209 210 const ast::Type * visit( const ast::TraitInstType * ) override final; 210 211 const ast::Type * visit( const ast::TypeInstType * ) override final; … … 423 424 } 424 425 425 #include "Common/Stats.h "426 #include "Common/Stats.hpp" 426 427 427 428 namespace ast {
Note:
See TracChangeset
for help on using the changeset viewer.