forked from OSchip/llvm-project
Revert "[clang-tidy] For `run-clang-tidy.py` escape the paths that are used for analysis."
This reverts commit 068fa35746
.
Based on a regression reported in https://bugs.llvm.org/show_bug.cgi?id=46536
This commit is contained in:
parent
11b1eeeaec
commit
d3bf1f3af2
|
@ -277,7 +277,6 @@ def main():
|
|||
tmpdir = tempfile.mkdtemp()
|
||||
|
||||
# Build up a big regexy filter from all command line arguments.
|
||||
args.files = [re.escape(f) for f in args.files]
|
||||
file_name_re = re.compile('|'.join(args.files))
|
||||
|
||||
return_code = 0
|
||||
|
|
Loading…
Reference in New Issue