[llvm-branch-commits] [cfe-branch] r311668 - Release Notes fix

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 24 08:49:39 PDT 2017


Author: hans
Date: Thu Aug 24 08:49:39 2017
New Revision: 311668

URL: http://llvm.org/viewvc/llvm-project?rev=311668&view=rev
Log:
Release Notes fix

Patch by Marek Kurdej!

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

Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311668&r1=311667&r2=311668&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 08:49:39 2017
@@ -301,7 +301,7 @@ clang-format
   |   namespace A {     |   namespace A {     |
   |   int i;            |   int i;            |
   |   int j;            |   int j;            |
-  |   }                 |   }                 |
+  |   }                 |   } // namespace A  |
   +---------------------+---------------------+
 
 * Comment reflow support added. Overly long comment lines will now be reflown with the rest of
@@ -384,7 +384,7 @@ New Issues Found
 Python Binding Changes
 ----------------------
 
-Python bindings now support both Python 2 and Python 3. 
+Python bindings now support both Python 2 and Python 3.
 
 The following methods have been added:
 




More information about the llvm-branch-commits mailing list