mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #82 from CoderGears/master
Update 02-Use_the_Tools_Available.md
This commit is contained in:
@@ -189,6 +189,10 @@ Notes:
|
|||||||
* Finding unused headers does not work with `-j` more than 1.
|
* Finding unused headers does not work with `-j` more than 1.
|
||||||
* Remember to add `--force` for code with a lot number of `#ifdef` if you need check all of them.
|
* Remember to add `--force` for code with a lot number of `#ifdef` if you need check all of them.
|
||||||
|
|
||||||
|
### CppDepend
|
||||||
|
|
||||||
|
[CppDepend](http://www.cppdpeend.com/) Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code. It's free for OSS contributors.
|
||||||
|
|
||||||
### Clang's Static Analyzer
|
### Clang's Static Analyzer
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user