Changes in src/SynTree/Initializer.h [64ac636:294647b]
- File:
-
- 1 edited
-
src/SynTree/Initializer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.h
r64ac636 r294647b 112 112 // ConstructorInit represents an initializer that is either a constructor expression or 113 113 // a C-style initializer. 114 // It should not be necessary to create ConstructorInit nodes manually. Instead, set maybeConstructed115 // to true on SingleInit or ListInit constructors if object should be constructed.116 114 class ConstructorInit : public Initializer { 117 115 public:
Note:
See TracChangeset
for help on using the changeset viewer.