diff options
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7664a2c878e..a1c39b42cda 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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. |

