readme: add a link to pvs

This commit is contained in:
Alexander Medvednikov 2025-03-18 13:52:02 +03:00 committed by GitHub
parent 0893a72792
commit a959501e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -379,6 +379,8 @@ https://github.com/vlang/vinix
## Acknowledgement
### TCC
V thanks Fabrice Bellard for his original work on the
[TCC - Tiny C Compiler](https://bellard.org/tcc/).
Note the TCC website is old; the current TCC repository can be found
@ -386,6 +388,10 @@ Note the TCC website is old; the current TCC repository can be found
V utilizes pre-built TCC binaries located at
[https://github.com/vlang/tccbin/](https://github.com/vlang/tccbin/).
### PVS-Studio
[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
## Troubleshooting
Please see the