[clang-tools-extra] [clang-tidy] fix incorrect configuration file path resolving when file paths contain `..` (PR #121323)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 11 06:51:24 PST 2025
================
@@ -117,6 +117,11 @@ Improvements to clang-tidy
- Improved :program:`run-clang-tidy.py` script. Fixed minor shutdown noise
happening on certain platforms when interrupting the script.
+- Improved :program:`clang-tidy` by accepting parameters file in command line.
+
----------------
HerrCai0907 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/121323
More information about the cfe-commits
mailing list