source: src/tests/.expect/ctorWarnings.txt @ 3906301

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 3906301 was 3906301, checked in by Rob Schluntz <rschlunt@…>, 8 years ago

change constructor warnings into errors and update the test output

  • Property mode set to 100644
File size: 503 bytes
Line 
1CFA Version 1.0.0 (debug)
2Error: in void ?{}(struct A *a, int x), member z may not have been constructed
3Error: in void ?{}(struct B *b), member a2 used before being constructed
4Error: in void ?{}(struct B *b), member a2 may not have been constructed
5Error: in void ?{}(struct B *b), member a3 may not have been constructed
6Error: in void ^?{}(struct B *b), member a2 may not have been destructed
7Error: in void ^?{}(struct B *b), member a3 may not have been destructed
8make: *** [ctorWarnings] Error 1
Note: See TracBrowser for help on using the repository browser.