]> granicus.if.org Git - clang/commitdiff
Cleanup the Release Notes for the static analyzer:
authorAnna Zaks <ganna@apple.com>
Mon, 28 Nov 2011 21:31:55 +0000 (21:31 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 28 Nov 2011 21:31:55 +0000 (21:31 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145281 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index a171bbf4a30fc623fdebc88023823a58eee9e825..2307e353309231302f1c6fa5112640b0809f9600 100644 (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>