From: Anna Zaks Date: Mon, 28 Nov 2011 21:31:55 +0000 (+0000) Subject: Cleanup the Release Notes for the static analyzer: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a6d1d85997ecb763a8b5a7d8e26b923a353ec7;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145281 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a171bbf4a3..2307e35330 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -87,7 +87,6 @@ Clang's support for those languages.

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.

-
  • C++ -- supported in the static analyzer: methods, new, constructors, - destructors, etc.
  • +
  • Basic C++ support in the static analyzer.
  • Improved AST support for partially constructed nodes and incomplete information for LLDB and other clients which dynamically build AST nodes.
  • Largely complete MSVC-compatible parsing mode -- fpichet