[all-commits] [llvm/llvm-project] 068fa3: [clang-tidy] For `run-clang-tidy.py` escape the pa...
ANdi via All-commits
all-commits at lists.llvm.org
Tue Jun 16 02:21:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 068fa35746637fde29355a43d17d554a92b32cdf
https://github.com/llvm/llvm-project/commit/068fa35746637fde29355a43d17d554a92b32cdf
Author: Andi-Bogdan Postelnicu <abpostelnicu at me.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Log Message:
-----------
[clang-tidy] For `run-clang-tidy.py` escape the paths that are used for analysis.
Some paths can have special chars like `file++c.cpp` in this case the regex will
fail if we don't escape it.
More information about the All-commits
mailing list