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