diff options
author | Krasimir Georgiev <krasimir@google.com> | 2018-05-08 09:25:12 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2018-05-08 09:25:12 +0000 |
commit | a4f039f05cc056ed3e5d4245baf42a4acda1e2cb (patch) | |
tree | dd2a85ba0c787203a09729506a16a4186843a697 /docs | |
parent | b020fdd78e4833b484d3633fc72c7fbe16788907 (diff) | |
download | clang-a4f039f05cc056ed3e5d4245baf42a4acda1e2cb.tar.gz |
[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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 |