diff options
author | Richard Smith <richard@metafoo.co.uk> | 2020-08-04 17:49:56 -0700 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2020-08-04 17:53:25 -0700 |
commit | dd37b5a35b6923970fff1f9252a9f704981035dc (patch) | |
tree | 408133143c1042bb2a46f7f35a5b4f9e71b6f770 /.arclint | |
parent | [X86] Optimize getImpliedDisabledFeatures & getImpliedEnabledFeatures after D... (diff) | |
download | llvm-project-dd37b5a35b6923970fff1f9252a9f704981035dc.tar.gz llvm-project-dd37b5a35b6923970fff1f9252a9f704981035dc.tar.bz2 llvm-project-dd37b5a35b6923970fff1f9252a9f704981035dc.zip |
PR46997: don't run clang-format on clang's testcases.
The formatting of the testcases matters and shouldn't be overwritten by
a tool.
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ "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)$)" + ], + "exclude": [ + "(^clang/test/)" ] } } |