aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-20 22:16:21 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-20 22:16:21 +0000
commita3b006d473134cb8499e84b3e17834f0d95c8de4 (patch)
tree7670540ce871700316754b84a33b704c9c2048ea
parent90b974428bfd8bcdb2cf38d6472d245bd4917e30 (diff)
Remove help notes from the ReleaseNotes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197841 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index ac0831fe40..ec0dbffed0 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -173,11 +173,6 @@ C Language Changes in Clang
- Added new checked arithmetic builtins for security critical applications.
-C11 Feature Support
-^^^^^^^^^^^^^^^^^^^
-
-...
-
C++ Language Changes in Clang
-----------------------------
@@ -212,11 +207,6 @@ existing ``deprecated`` attribute.
Use ``-std=c++1y`` to enable C++1y mode.
-Objective-C Language Changes in Clang
--------------------------------------
-
-...
-
OpenCL C Language Changes in Clang
----------------------------------
@@ -240,13 +230,6 @@ available in C++. WideCharTy is the type used for wide character literals; in
C++ it is the same as WCharTy, but in C99, where wchar_t is a typedef, it is an
integer type.
-...
-
-libclang
---------
-
-...
-
Static Analyzer
---------------
@@ -277,23 +260,11 @@ Windows Support
Microsoft ABI by default. Please note that this driver mode and compatibility
with the MS ABI is highly experimental.
-Core Analysis Improvements
-==========================
-
-- ...
-
-New Issues Found
-================
-
-- ...
-
Python Binding Changes
----------------------
The following methods have been added:
-- ...
-
Significant Known Problems
==========================