diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-14 18:25:09 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-14 18:25:09 +0000 |
commit | 8f1d7d1c55c76d315fb766128b8174389dbd46f5 (patch) | |
tree | a5e17acc753ed580b855b3d3ce66d1774c011ed3 /clang/docs | |
parent | 8eb86a15c5cfdcf5052e507916c65b52d4ca086e (diff) | |
download | bcm5719-llvm-8f1d7d1c55c76d315fb766128b8174389dbd46f5.tar.gz bcm5719-llvm-8f1d7d1c55c76d315fb766128b8174389dbd46f5.zip |
consistency in the release notes
llvm-svn: 366024
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index f0a35050dde..f89447fc96a 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 |