================ @@ -196,6 +196,16 @@ Changes in existing checks adding an option to allow pointer arithmetic via prefix/postfix increment or decrement operators. +- Improved :doc:`llvm-prefer-isa-or-dyn-cast-in-conditionals + <clang-tidy/checks/llvm/prefer-isa-or-dyn-cast-in-conditionals>` check: + + - Fix-it handles Callees with nested-name-specifier correctly. ---------------- EugeneZelenko wrote:
```suggestion - Fix-it handles callees with nested-name-specifier correctly. ``` https://github.com/llvm/llvm-project/pull/155982 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
