Changes in src/AST/Pass.impl.hpp [fac05b3:d0bdb18]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
rfac05b3 rd0bdb18 22 22 #include "AST/TranslationUnit.hpp" 23 23 #include "AST/TypeSubstitution.hpp" 24 #include "Common/Iterate.hpp"25 24 26 25 #define VISIT_START( node ) \ … … 2042 2041 if ( __visit_children() ) { 2043 2042 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.