aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-28 17:50:36 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-28 17:50:36 +0000
commit7c304c4feab70d48c23ab61e8305d96e5a2eec5d (patch)
tree6620c45c6e9cf7bb926622ef8f97c09603f066c5 /docs
parenta9766411aaaa1446a5da96dc5042de8da05d89bd (diff)
Note that code completion now works better for in-class member functions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
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;