From 287e569d6781aaf89e09fffc1dae32fa20b0402c Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Fri, 20 Jul 2018 14:46:10 +0000 Subject: [PATCH] [www] Add CodeCompass and CodeChecker to Clang Related Projects page git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337555 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/related.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/www/related.html b/www/related.html index ee4ccd5d97..d14880f3c1 100644 --- a/www/related.html +++ b/www/related.html @@ -93,6 +93,28 @@

+
CodeCompass
+
+

+ Site: + http://github.com/Ericsson/CodeCompass +

+

+ CodeCompass is an open-source, extensible code comprehension framework which uses LLVM/Clang to analyze and visualize C and C++ projects. It also supports both regex-based text search, discovering complex C/C++ language elements, with advanced navigation and visualisation. +

+
+ +
CodeChecker
+
+

+ Site: + http://github.com/Ericsson/CodeChecker +

+

+ CodeChecker is a static analysis infrastructure built on the LLVM/Clang Static Analyzer toolchain. It provides a user interface to execute analysis of C/C++ projects with Clang SA and Clang-Tidy, which outputs are then stored into a database navigable via a web application. This web application and a corresponding command-line tool supports a variety of report management and issue triaging options, such as difference view between analyses, automatic incremental analysis, marking and commenting on individual reports. +

+
+ -- 2.40.0