From: Paul Hoad Date: Fri, 22 Mar 2019 22:47:34 +0000 (+0000) Subject: [clang-format][NFC] correct the release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef806ba1d72cb6f4a81366b2a2f83e33202b353e;p=clang [clang-format][NFC] correct the release notes Move the clang-format notes to the correct section git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 7664a2c878..a1c39b42cd 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -165,12 +165,13 @@ release of Clang. Users of the build system should adjust accordingly. AST Matchers ------------ -- Add language support for clang-formatting C# files -- Add Microsoft coding style to encapsulate default C# formatting style +- ... clang-format ------------ +- 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.