From a4f039f05cc056ed3e5d4245baf42a4acda1e2cb Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Tue, 8 May 2018 09:25:12 +0000 Subject: [PATCH] [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 --- docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0