Changes in src/GenPoly/Lvalue.cpp [00f89a6:ed96731]
- File:
-
- 1 edited
-
src/GenPoly/Lvalue.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cpp
r00f89a6 red96731 85 85 struct ReferenceConversions final : 86 86 public ast::WithConstTranslationUnit, 87 public ast::WithGuards, public ast::WithStmtsToAdd <>{87 public ast::WithGuards, public ast::WithStmtsToAdd { 88 88 ast::Expr const * postvisit( ast::CastExpr const * expr ); 89 89 ast::Expr const * postvisit( ast::AddressExpr const * expr );
Note:
See TracChangeset
for help on using the changeset viewer.