[llvm-branch-commits] [cfe-branch] r197841 - Remove help notes from the ReleaseNotes.

Bill Wendling isanbard at gmail.com
Fri Dec 20 14:16:21 PST 2013


Author: void
Date: Fri Dec 20 16:16:21 2013
New Revision: 197841

URL: http://llvm.org/viewvc/llvm-project?rev=197841&view=rev
Log:
Remove help notes from the ReleaseNotes.

Modified:
    cfe/branches/release_34/docs/ReleaseNotes.rst

Modified: cfe/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/ReleaseNotes.rst?rev=197841&r1=197840&r2=197841&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Fri Dec 20 16:16:21 2013
@@ -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
 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
 ==========================
 





More information about the llvm-branch-commits mailing list