[PATCH] D117416: [clang-format] Handle C variables with name that matches c++ access specifier
psigillito via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 17 21:21:42 PST 2022
psigillito updated this revision to Diff 400706.
psigillito added a comment.
revert changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117416/new/
https://reviews.llvm.org/D117416
Files:
.arclint
Index: .arclint
===================================================================
--- .arclint
+++ .arclint
@@ -2,7 +2,7 @@
"linters": {
"clang-format": {
"type": "script-and-regex",
- "script-and-regex.script": "cmda utils\\arcanist\\clang-format.sh",
+ "script-and-regex.script": "cmd utils\\arcanist\\clang-format.sh",
"script-and-regex.regex": "/^(?P<severity>[[:alpha:]]+)\n(?P<message>[^\n]+)\n(====|(?P<line>\\d),(?P<char>\\d)\n(?P<original>.*)>>>>\n(?P<replacement>.*)<<<<\n)$/s",
"include": [
"(\\.(cc|cpp|h)$)"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117416.400706.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220118/d42dfda4/attachment.bin>
More information about the cfe-commits
mailing list