Inheritance of members does not work when chained
ID0001826: This issue was created automatically from Mantis Issue 1826. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0001826 | Frama-Clang | Plug-in > clang | public | 2014-07-04 | 2015-02-17 |
Reporter | lapawczykt | Assigned To | virgile | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | ubuntu 14.04 | OS Version | - |
Product Version | Frama-C Neon-20140301 | Target Version | - | Fixed in Version | - |
Description :
If struct B derives from struct A and struct C derives from struct B, struct C includes members of struct B but not of struct A, eventhough it should.