Changes in src/AST/Pass.hpp [a9762dc:9e23b446]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
ra9762dc r9e23b446 327 327 struct PureVisitor {}; 328 328 329 struct WithCodeLocation {330 const CodeLocation * location = nullptr;331 };332 333 329 /// Keep track of the polymorphic const TypeSubstitution * typeSubs for the current expression. 334 330 struct WithConstTypeSubstitution {
Note:
See TracChangeset
for help on using the changeset viewer.