]> granicus.if.org Git - clang/commitdiff
Add AlignConsecutiveMacros to the clang release notes
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 9 Jul 2019 08:45:55 +0000 (08:45 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 9 Jul 2019 08:45:55 +0000 (08:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365445 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 417f572cc0653880716aacc22ab5d126e6103230..f0a35050dde0803c73dd4264d2fb4078c710c6a7 100644 (file)
@@ -188,6 +188,8 @@ clang-format
 - Add Microsoft coding style to encapsulate default C# formatting style
 - Added new option `PPDIS_BeforeHash` (in configuration: `BeforeHash`) to
   `IndentPPDirectives` which indents preprocessor directives before the hash.
+- Added new option `AlignConsecutiveMacros` to align the C/C++ preprocessor
+  macros of consecutive lines.
 
 libclang
 --------