Add AlignConsecutiveMacros to the clang release notes

llvm-svn: 365445
This commit is contained in:
Sylvestre Ledru 2019-07-09 08:45:55 +00:00
parent 12aca5de02
commit b2a549d7cf

View 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
--------