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 | |
|---|
| 1 | CFA Version 1.0.0 (debug)
|
|---|
| 2 | Error: in void ?{}(struct A *a, int x), member z may not have been constructed
|
|---|
| 3 | Error: in void ?{}(struct B *b), member a2 used before being constructed
|
|---|
| 4 | Error: in void ?{}(struct B *b), member a2 may not have been constructed
|
|---|
| 5 | Error: in void ?{}(struct B *b), member a3 may not have been constructed
|
|---|
| 6 | Error: in void ^?{}(struct B *b), member a2 may not have been destructed
|
|---|
| 7 | Error: in void ^?{}(struct B *b), member a3 may not have been destructed
|
|---|
| 8 | make: *** [ctorWarnings] Error 1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.