[clang-tools-extra] [clang-tidy][readability-identifier-naming] Resolve symlinks for checking style for file (PR #81985)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 16 09:49:45 PST 2024


carlosgalvezp wrote:

This problem seems like it should be handled globally, not in a single specific check. IIUC any check that reads options from the .cñsng-tidy file is affected.

What build system are you using, bazel? We use it and don't have any problems. If your build system creates a sandbox, you need to make sure clang-tidy is also executed from within that sandbox.

https://github.com/llvm/llvm-project/pull/81985


More information about the cfe-commits mailing list