r365445 - Add AlignConsecutiveMacros to the clang release notes

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 01:45:55 PDT 2019


Author: sylvestre
Date: Tue Jul  9 01:45:55 2019
New Revision: 365445

URL: http://llvm.org/viewvc/llvm-project?rev=365445&view=rev
Log:
Add AlignConsecutiveMacros to the clang release notes

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=365445&r1=365444&r2=365445&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Tue Jul  9 01:45:55 2019
@@ -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
 --------




More information about the cfe-commits mailing list