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

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 3906301 was 3906301, checked in by Rob Schluntz <rschlunt@…>, 9 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.