Note that code completion now works better for in-class member functions

llvm-svn: 145251
This commit is contained in:
Douglas Gregor 2011-11-28 17:50:36 +00:00
parent c87cebf2bf
commit 6cfe81e603
1 changed files with 3 additions and 2 deletions

View File

@ -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;