Cleanup the Release Notes for the static analyzer:

The performance improvement was committed after the 3.0 branch.
Constructors/destructors are handled by the CFG, but we do not do anything
special for them in the analyzer yet.

Since we do not have an open source release qualification for the analyzer,
we are not investing into creating the proper release notes for it.

llvm-svn: 145281
This commit is contained in:
Anna Zaks 2011-11-28 21:31:55 +00:00
parent 148b3f64ec
commit c086f0f91b

View File

@ -87,7 +87,6 @@ Clang's support for those languages.</p>
the history. Anything still here needs to be distilled and turned into proper
prose in a section of its own. When doing that, delete the notes.</p>
<ul>
<li>Make analyzer (especially as used w/ warnings in Clang) much faster</li>
<li>OpenCL support -- need details from Tanya and Peter -- separate language
section?</li>
<li>Building Clang on windows -- mingw, 32 and 64 bit, native windows builds,
@ -129,8 +128,7 @@ prose in a section of its own. When doing that, delete the notes.</p>
<li>Improved code completion for in-class member functions.</li>
</ul>
</li>
<li>C++ -- supported in the static analyzer: methods, new, constructors,
destructors, etc.</li>
<li>Basic C++ support in the static analyzer.</li>
<li>Improved AST support for partially constructed nodes and incomplete
information for LLDB and other clients which dynamically build AST nodes.</li>
<li>Largely complete MSVC-compatible parsing mode -- fpichet</li>