forked from OSchip/llvm-project
[clang-format] Add raw string formatting to release notes
Reviewers: hans Reviewed By: hans Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D46572 llvm-svn: 331750
This commit is contained in:
parent
4f799c027e
commit
f2ca41dbba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue