Author: bruno
Date: Fri Jul 20 07:46:10 2018
New Revision: 337555

URL: http://llvm.org/viewvc/llvm-project?rev=337555&view=rev
Log:
[www] Add CodeCompass and CodeChecker to Clang Related Projects page

Modified:
    cfe/trunk/www/related.html

Modified: cfe/trunk/www/related.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/related.html?rev=337555&r1=337554&r2=337555&view=diff
==============================================================================
--- cfe/trunk/www/related.html (original)
+++ cfe/trunk/www/related.html Fri Jul 20 07:46:10 2018
@@ -93,6 +93,28 @@
         </p>
       </dd>
 
+      <dt>CodeCompass</dt>
+      <dd>
+        <p>
+          <b>Site:</b>
+        <a 
href="http://github.com/Ericsson/CodeCompass";>http://github.com/Ericsson/CodeCompass</a>
+        </p>
+        <p>
+        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.
+        </p>
+      </dd>
+
+      <dt>CodeChecker</dt>
+      <dd>
+        <p>
+          <b>Site:</b>
+        <a 
href="http://github.com/Ericsson/CodeChecker";>http://github.com/Ericsson/CodeChecker</a>
+        </p>
+        <p>
+        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.
+        </p>
+      </dd>
+
     </dl>
   </div>
 </body>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to