From: Ted Kremenek Date: Mon, 8 Feb 2010 21:36:47 +0000 (+0000) Subject: Add link to the current status of analysis support for C++. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4367046a81babe826d138e6a5c483f568332585;p=clang Add link to the current status of analysis support for C++. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/dev_cxx.html b/www/analyzer/dev_cxx.html new file mode 100644 index 0000000000..654f486122 --- /dev/null +++ b/www/analyzer/dev_cxx.html @@ -0,0 +1,50 @@ + + + + Analyzer Development: C++ Support + + + + + + + +
+ +

C++ Support

+ +

The Clang frontend +now supports the +majority of C++. Support in the frontend for C++ language +features, however, does not automatically translate into support for +those features in the static analyzer. Language features need to be +specifically modeled in the static analyzer so their semantics can be +properly analyzed. Support for analyzing C++ and Objective-C++ files +is currently extremely limited, and we are only encouraging those who +are interested in contributing to the development of the analyzer to +try this functionality out at this time.

+ +

Listed here are a set of open tasks that are prerequisites for +decent analysis of C++. This list is also not complete; new tasks +will be added as deemed necessary.

+ + + +
+ + + diff --git a/www/analyzer/menu.html.incl b/www/analyzer/menu.html.incl index b7c95f10fb..a67dbbaa4f 100644 --- a/www/analyzer/menu.html.incl +++ b/www/analyzer/menu.html.incl @@ -24,6 +24,11 @@ Source-level Annotations + +