[llvm-branch-commits] [cfe-branch] r197042 - Add release notes for clang-format.

Daniel Jasper djasper at google.com
Wed Dec 11 06:41:33 PST 2013


Author: djasper
Date: Wed Dec 11 08:41:33 2013
New Revision: 197042

URL: http://llvm.org/viewvc/llvm-project?rev=197042&view=rev
Log:
Add release notes for clang-format.


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=197042&r1=197041&r2=197042&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Wed Dec 11 08:41:33 2013
@@ -171,6 +171,19 @@ The static analyzer (which contains addi
 warnings) has improved significantly in both in the core analysis engine and 
 also in the kinds of issues it can find.
 
+Clang Format
+------------
+
+Clang now includes a new tool ``clang-format`` which can be used to
+automatically format C, C++ and Objective-C source code. ``clang-format``
+automatically chooses linebreaks and indentation and can be easily integrated
+into editors, IDEs and version control systems. It supports several pre-defined
+styles as well as precise style control using a multitude of formatting
+options. ``clang-format`` itself is just a thin wrapper around a library which
+can also be used directly from code refactoring and code translation tools.
+More information can be found on `Clang Format's
+site <http://clang.llvm.org/docs/ClangFormat.html>`_.
+
 Windows Support
 ---------------
 





More information about the llvm-branch-commits mailing list