Changes in src/SynTree/Initializer.h [294647b:64ac636]
- File:
-
- 1 edited
-
src/SynTree/Initializer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.h
r294647b r64ac636 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 maybeConstructed 115 // to true on SingleInit or ListInit constructors if object should be constructed. 114 116 class ConstructorInit : public Initializer { 115 117 public:
Note:
See TracChangeset
for help on using the changeset viewer.