r366024 - consistency in the release notes
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 14 11:25:09 PDT 2019
Author: sylvestre
Date: Sun Jul 14 11:25:09 2019
New Revision: 366024
URL: http://llvm.org/viewvc/llvm-project?rev=366024&view=rev
Log:
consistency in the 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=366024&r1=366023&r2=366024&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sun Jul 14 11:25:09 2019
@@ -184,8 +184,8 @@ AST Matchers
clang-format
------------
-- Add language support for clang-formatting C# files
-- Add Microsoft coding style to encapsulate default C# formatting style
+- Add language support for clang-formatting C# files.
+- 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
More information about the cfe-commits
mailing list