Skip to content

Commit 0812762

Browse files
authored
Update 02-Use_the_Tools_Available.md
1 parent bddbab3 commit 0812762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ The best bet is the static analyzer that you can run as part of your automated b
173173

174174
Clang's analyzer's default options are good for the respective platform. It can be used directly [from CMake](http://garykramlich.blogspot.com/2011/10/using-scan-build-from-clang-with-cmake.html). They can also be called via clang-check and clang-tidy from the [LLVM-based Tools](#llvm-based-tools).
175175

176+
Also, [CodeChecker](https://github.com/Ericsson/CodeChecker) is available as a front-end to clang's static analysis.
177+
176178
### MSVC's Static Analyzer
177179

178180
Can be enabled with the `/analyze` [command line option](http://msdn.microsoft.com/en-us/library/ms173498.aspx). For now we will stick with the default options.
@@ -295,3 +297,7 @@ Don't forget to make sure that your error handling is being tested and works pro
295297
### SourceMeter
296298

297299
[SourceMeter](https://www.sourcemeter.com/) offers a free version which provides many different metrics for your code and can also call into cppcheck.
300+
301+
### Bloaty McBloatface
302+
303+
[Bloaty McBloatface](https://github.com/google/bloaty) is a binary size analyzer/profiler for unix-like platforms

0 commit comments

Comments
 (0)