[cfe-commits] r145281 - /cfe/trunk/docs/ReleaseNotes.html

Anna Zaks ganna at apple.com
Mon Nov 28 13:31:55 PST 2011


Author: zaks
Date: Mon Nov 28 15:31:55 2011
New Revision: 145281

URL: http://llvm.org/viewvc/llvm-project?rev=145281&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145281&r1=145280&r2=145281&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 15:31:55 2011
@@ -87,7 +87,6 @@
 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 @@
       <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>





More information about the cfe-commits mailing list