[PATCH] D115168: [clang-format] [PR49298] Sort includes pass will sort inside raw strings
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 10 06:53:54 PST 2021
MyDeveloperDay updated this revision to Diff 393474.
MyDeveloperDay added a comment.
Thank @HazardyKnusperkeks you got me over the line, I was able to escape the `[` but not the `]` so I used your trick there
"R\"(([\\[A-Za-z0-9_{}#<>%:;.?*+/^&\\$|~!=,'\\-]|])*)\\("
Add unit tests to cover those cases too
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115168/new/
https://reviews.llvm.org/D115168
Files:
clang/lib/Format/Format.cpp
clang/unittests/Format/SortIncludesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115168.393474.patch
Type: text/x-patch
Size: 6511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211210/cfd5c8cf/attachment-0001.bin>
More information about the cfe-commits
mailing list