Changes in src/AST/Pass.impl.hpp [d0bdb18:fac05b3]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
rd0bdb18 rfac05b3 22 22 #include "AST/TranslationUnit.hpp" 23 23 #include "AST/TypeSubstitution.hpp" 24 #include "Common/Iterate.hpp" 24 25 25 26 #define VISIT_START( node ) \ … … 2041 2042 if ( __visit_children() ) { 2042 2043 maybe_accept( node, &TupleType::types ); 2043 maybe_accept( node, &TupleType::members );2044 2044 } 2045 2045
Note:
See TracChangeset
for help on using the changeset viewer.