10000 Add IKOS to the list of static analyzers · ankuPRK/cppbestpractices@7ff2c52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ff2c52

Browse files
authored
Add IKOS to the list of static analyzers
1 parent 31cef74 commit 7ff2c52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ Qt Creator can plug into the clang static analyzer.
248248

249249
[clazy](https://github.com/KDE/clazy) is a clang based tool for analyzing Qt usage.
250250

251+
### IKOS
252+
253+
[IKOS](https://ti.arc.nasa.gov/opensource/ikos/) is an open source static analyzer, developed by NASA. It is based on the Abstract Interpretation. It is written in C++ and provides an analyzer for C and C++, using LLVM.
254+
The source code is [available on Github](https://github.com/NASA-SW-VnV/ikos).
255+
251256
## Runtime Checkers
252257

253258
### Code Coverage Analysis

0 commit comments

Comments
 (0)
0