Merge pull request #83 from demonkoryu/patch-1

Fix CppDepend URL
This commit is contained in:
Jason Turner
2018-03-18 19:06:57 -06:00
committed by GitHub

View File

@@ -191,7 +191,7 @@ Notes:
### CppDepend ### CppDepend
[CppDepend](http://www.cppdepend.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. [CppDepend](https://www.cppdepend.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