Changes in src/AST/Pass.hpp [d3aa64f1:0240cd69]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
rd3aa64f1 r0240cd69 266 266 267 267 /// Keep track of the polymorphic const TypeSubstitution * env for the current expression 268 269 /// marker to force shallow copies in pass visit270 struct PureVisitor {};271 272 268 struct WithConstTypeSubstitution { 273 269 const TypeSubstitution * env = nullptr;
Note:
See TracChangeset
for help on using the changeset viewer.