[clang-tools-extra] [clang-tidy] Improved --verify-config when using literal style in config file (PR #85591)

FĂ©lix-Antoine Constantin via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 23 10:41:56 PDT 2024


felix642 wrote:

Thank you for the review @SimplyDanny, as per your suggestion, I've rewrote part of my fix to unify the parsing logic rather than updating the duplicated code. The method now uses the GlobList which already handles correctly the regexes generation from the list of checks.

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


More information about the cfe-commits mailing list