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

Danny Mösch via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 18 14:06:00 PDT 2024


================
@@ -251,6 +251,9 @@ Miscellaneous
   option is specified. Now ``clang-apply-replacements`` applies formatting only with
   the option.
 
+- Fixed ``--verify-check`` option not properly parsing checks when using the 
+  literal operator in the ``.clang-tidy`` config
----------------
SimplyDanny wrote:

```suggestion
  literal operator in the ``.clang-tidy`` config.
```

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


More information about the cfe-commits mailing list