diff options
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 71da22fe6e..b775f4eadc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,7 +125,7 @@ prose in a section of its own. When doing that, delete the notes.</p> especially when macro arguments are involved.</li> </ul> </li> - <li>libclang improvemenst bucket + <li>libclang improvements bucket <ul> <li>Better Python Bindings</li> <li>More AST coverage</li> @@ -133,6 +133,7 @@ prose in a section of its own. When doing that, delete the notes.</p> arguments.</li> <li>Improved code completion surrounding macros, macro arguments, and token pasting.</li> + <li>Improved code completion for in-class member functions.</li> </ul> </li> <li>C++ -- supported in the static analyzer: methods, new, constructors, @@ -146,7 +147,7 @@ prose in a section of its own. When doing that, delete the notes.</p> <li>C++11 -- nullptr -- zygoloid</li> <li>C++11 -- in-class init -- zygoloid</li> <li>C++11 -- raw string literals -- zygoloid</li> - <li>C++11 -- delegating ctors -- zygoloid/scshunt<li> + <li>C++11 -- delegating ctors -- zygoloid/scshunt</li> <li>Memory reduction -- initializers, macro expansions, source locations, etc.</li> <li>Full set of type traits, sufficient to support C++11 standard libraries; |