From: Sylvestre Ledru Date: Tue, 9 Jul 2019 08:45:55 +0000 (+0000) Subject: Add AlignConsecutiveMacros to the clang release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48f90c18c7e3e0c863051c3c44c094882c58a550;p=clang Add AlignConsecutiveMacros to the clang release notes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365445 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 417f572cc0..f0a35050dd 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 --------