diff options
| -rw-r--r-- | clang/docs/ReleaseNotes.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index a171bbf4a30..2307e353309 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -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> |

