From: Krasimir Georgiev Date: Tue, 8 May 2018 09:25:12 +0000 (+0000) Subject: [clang-format] Add raw string formatting to release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4f039f05cc056ed3e5d4245baf42a4acda1e2cb;p=clang [clang-format] Add raw string formatting to release notes Reviewers: hans Reviewed By: hans Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D46572 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 0f63e8bddf..4cb41b2c82 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -216,6 +216,10 @@ AST Matchers clang-format ------------ +- Clang-format will now support detecting and formatting code snippets in raw + string literals. This is configured through the `RawStringFormats` style + option. + - ... libclang