]> granicus.if.org Git - clang/commitdiff
Note that code completion now works better for in-class member functions
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Nov 2011 17:50:36 +0000 (17:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Nov 2011 17:50:36 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145251 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 71da22fe6ea76716af3bfc3773db5bbfc4641b74..b775f4eadc1884c0299fa160b9f863918c89bba1 100644 (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;