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:
Nathan James 2020-07-02 08:54:55 +01:00
parent 11b1eeeaec
commit d3bf1f3af2
1 changed files with 0 additions and 1 deletions

View File

@ -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