From 7099b491647acaedcb82a858cd060e3eaab41b4b Mon Sep 17 00:00:00 2001 From: Richel Bilderbeek Date: Sat, 6 Jan 2018 11:50:35 +0100 Subject: [PATCH] Added OCLint --- 02-Use_the_Tools_Available.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 209b027..1f587b3 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -193,6 +193,10 @@ Can be enabled with the `/analyze` [command line option](http://msdn.microsoft.c [Flint](https://github.com/facebook/flint) and [Flint++](https://github.com/L2Program/FlintPlusPlus) are linters that analyze C++ code against Facebook's coding standards. +### OCLint + +[OCLint](http://oclint.org/) is a free, libre and open source static code analysis tool for improving quality of C++ code in many different ways. + ### ReSharper C++ / CLion Both of these tools from [JetBrains](https://www.jetbrains.com/cpp/) offer some level of static analysis and automated fixes for common things that can be done better. They have options available for free licenses for open source project leaders.