Changes in src/AST/Convert.cpp [16ba4a6f:293dc1c]
- File:
-
- 1 edited
-
src/AST/Convert.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r16ba4a6f r293dc1c 2764 2764 old->location, 2765 2765 GET_ACCEPT_1(value, Expr), 2766 (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast:: NoConstruct2766 (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::DoConstruct 2767 2767 ); 2768 2768 } … … 2773 2773 GET_ACCEPT_V(initializers, Init), 2774 2774 GET_ACCEPT_V(designations, Designation), 2775 (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast:: NoConstruct2775 (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::DoConstruct 2776 2776 ); 2777 2777 }
Note:
See TracChangeset
for help on using the changeset viewer.