From: Chandler Carruth
Date: Mon, 28 Nov 2011 08:41:06 +0000 (+0000)
Subject: Add the first month's commit notes.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3950cc1be7b4495cf0f141da919156abb82a2e4;p=clang
Add the first month's commit notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145236 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index efb998d31e..4a76ba253f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -81,6 +81,44 @@ Clang's support for those languages.
Major New Features
+Unorganized Notes
+These are completely random notes as I'm organizing my thoughts and reviewing
+the history. Anything still here needs to be distilled and turned into proper
+prose in a section of its own. When doing that, delete the notes.
+
+ - Make analyzer (especially as used w/ warnings in Clang) much faster
+ - OpenCL support -- need details from Tanya and Peter -- separate language
+ section?
+ - Building Clang on windows -- mingw, 32 and 64 bit, native windows builds,
+ cygwin. get chapuni to flesh out details.
+ - Compiling C/C++ w/ MinGW (32/64) and Cygwin on Windows -- chapuny
+ - C++11 -- noexcept (Sebastian Redl)
+ - Uninitialized values Clang warning rewrite -- more accurate, faster, able
+ to differentiate between the possibility of an uninitialized use and the
+ certainty of an uninitialized use.
+ - Enhancements to PPCallbacks
+
+
+ - Support for language specific address spaces
+ - Support for compiling on NetBSD systems -- Joerg Sonnenberger to fill out
+ - Support for '--sysroot' based cross-compilation
+ - Crash recovery handling for libclang clients -- Ted
+ - Driver support for automatic preparation of reproduction steps for
+ compiler crashes -- Chad
+ - OS Availability attribute -- r128127
+ - GNU ObjectiveC Runtime support -- David Chisnall
+ - C++11 -- override
+ - Diagnostic improvements bucket?
+
+ - Emitting fewer include stacks
+
+
+ - C++ -- supported in the static analyzer: methods, new, constructors,
+ destructors, etc.
+
+
C Language Changes in Clang