Changes in src/GenPoly/Lvalue.cpp [ed96731:00f89a6]
- File:
-
- 1 edited
-
src/GenPoly/Lvalue.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cpp
red96731 r00f89a6 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.