| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppcheck-2.7-x64-Setup.msi | 2022-02-05 | 22.6 MB | |
| readme.txt | 2022-02-05 | 294 Bytes | |
| cppcheck-2.7.zip | 2022-02-05 | 4.3 MB | |
| cppcheck-2.7.tar.gz | 2022-02-05 | 3.9 MB | |
| cppcheck-2.7.tar.bz2 | 2022-02-05 | 3.2 MB | |
| Totals: 5 Items | 34.0 MB | 23 | |
Add support for container views. The `view` attribute has been added to the `<container>` library tag to specify the class is a view. The lifetime analysis has been updated to use this new attribute to find dangling lifetime containers. Various checker improvements. Fixed false positives.