source: src/tests/.expect/ctorWarnings.txt @ 60aa49a7

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 60aa49a7 was 486341f, checked in by Rob Schluntz <rschlunt@…>, 8 years ago

add option to CodeGen? to output unmangled name, add ctorWarnings test

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