Add Trunk to Tools

This commit is contained in:
Tim Davis
2022-08-17 08:03:33 -05:00
committed by GitHub
parent 2c4cb5428f
commit 8fec6a27fa

View File

@@ -1123,6 +1123,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [IKOS](https://github.com/NASA-SW-VnV/ikos) - Static analyzer for C/C++ based on the theory of Abstract Interpretation. [NOSA 1.3] * [IKOS](https://github.com/NASA-SW-VnV/ikos) - Static analyzer for C/C++ based on the theory of Abstract Interpretation. [NOSA 1.3]
* [List of tools for static code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia. * [List of tools for static code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia.
* [OptView2](https://github.com/OfekShilon/optview2) - Inspect missed Clang optimizations * [OptView2](https://github.com/OfekShilon/optview2) - Inspect missed Clang optimizations
* [Trunk](https://trunk.io) - Toolkit to check, test, merge, and monitor code.
## Coding Style Tools ## Coding Style Tools