[PATCH] D46572: [clang-format] Add raw string formatting to release notes

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 8 02:28:55 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL331750: [clang-format] Add raw string formatting to release notes (authored by krasimir, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D46572

Files:
  cfe/trunk/docs/ReleaseNotes.rst


Index: cfe/trunk/docs/ReleaseNotes.rst
===================================================================
--- cfe/trunk/docs/ReleaseNotes.rst
+++ cfe/trunk/docs/ReleaseNotes.rst
@@ -216,6 +216,10 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46572.145653.patch
Type: text/x-patch
Size: 418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180508/90f0d2d8/attachment-0001.bin>


More information about the cfe-commits mailing list