From 7c304c4feab70d48c23ab61e8305d96e5a2eec5d Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Mon, 28 Nov 2011 17:50:36 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 5 +++--
1 file 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.
especially when macro arguments are involved.
- libclang improvemenst bucket
+ libclang improvements bucket
- Better Python Bindings
- More AST coverage
@@ -133,6 +133,7 @@ prose in a section of its own. When doing that, delete the notes.
arguments.
Improved code completion surrounding macros, macro arguments, and
token pasting.
+ Improved code completion for in-class member functions.
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.
C++11 -- nullptr -- zygoloid
C++11 -- in-class init -- zygoloid
C++11 -- raw string literals -- zygoloid
- C++11 -- delegating ctors -- zygoloid/scshunt
+ C++11 -- delegating ctors -- zygoloid/scshunt
Memory reduction -- initializers, macro expansions, source locations,
etc.
Full set of type traits, sufficient to support C++11 standard libraries;
--
2.50.1