[clang-format][NFC] correct the release notes
authorPaul Hoad <mydeveloperday@gmail.com>
Fri, 22 Mar 2019 22:47:34 +0000 (22:47 +0000)
committerPaul Hoad <mydeveloperday@gmail.com>
Fri, 22 Mar 2019 22:47:34 +0000 (22:47 +0000)
Move the clang-format notes to the correct section

llvm-svn: 356821

clang/docs/ReleaseNotes.rst

index 7664a2c..a1c39b4 100644 (file)
@@ -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.