]> granicus.if.org Git - clang/commitdiff
Add release notes for clang-format.
authorDaniel Jasper <djasper@google.com>
Wed, 11 Dec 2013 14:41:33 +0000 (14:41 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 11 Dec 2013 14:41:33 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197042 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 30221ddc64563e1e15c11c724421473976d5a9e1..033cb308d36cb9d9de389a0e02478c97ff941f98 100644 (file)
@@ -171,6 +171,19 @@ The static analyzer (which contains additional code checking beyond compiler
 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
 ---------------