]> granicus.if.org Git - clang/commitdiff
[clang-format] Add raw string formatting to release notes
authorKrasimir Georgiev <krasimir@google.com>
Tue, 8 May 2018 09:25:12 +0000 (09:25 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Tue, 8 May 2018 09:25:12 +0000 (09:25 +0000)
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

index 0f63e8bddf9f790cf0081bdc6c7ee356c1cf105e..4cb41b2c82711722b65b5c72edb3565e928ee674 100644 (file)
@@ -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