From 7717ce4c4541f570adbb6f1c5409fe556358a992 Mon Sep 17 00:00:00 2001
From: Chandler Carruth
Date: Mon, 28 Nov 2011 12:24:23 +0000
Subject: [PATCH] Finished with August's commits, and actually added a clearly
missing section on libclang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145246 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 2340449449..e8e8d86e1a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -100,7 +100,8 @@ prose in a section of its own. When doing that, delete the notes.
certainty of an uninitialized use.
Enhancements to PPCallbacks
- - exact include paths
-
+
- exact include paths
+ - source range for macro expansions
Support for language specific address spaces
@@ -124,6 +125,16 @@ prose in a section of its own. When doing that, delete the notes.
especially when macro arguments are involved.
+ libclang improvemenst bucket
+
+ - Better Python Bindings
+ - More AST coverage
+ - Improved cursor support within macros, especially function-style macro
+ arguments.
+ - Improved code completion surrounding macros, macro arguments, and
+ token pasting.
+
+
C++ -- supported in the static analyzer: methods, new, constructors,
destructors, etc.
Improved AST support for partially constructed nodes and incomplete
@@ -134,6 +145,7 @@ prose in a section of its own. When doing that, delete the notes.
C++11 -- range-based-for loops -- zygoloid
C++11 -- nullptr -- zygoloid
C++11 -- in-class init -- zygoloid
+ C++11 -- raw string literals -- zygoloid
C++11 -- delegating ctors -- zygoloid/scshunt
Memory reduction -- initializers, macro expansions, source locations,
etc.
@@ -143,6 +155,7 @@ prose in a section of its own. When doing that, delete the notes.
ObjC ARC -- get a blurb from rjmccall
API -- The term "instantiation" w.r.t. macros in APIs has been completely
replaced by the term "expansion".
+ Thread Safety attributes and correctness analysis added to Clang.
--
2.40.0