================ @@ -97,6 +97,12 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ +- New :doc:`modernize-use-as-const + <clang-tidy/checks/modernize/use-as-const>` check. + + Replaces a ``static_cast`` that only adds ``const`` to an lvalue with a call ---------------- EugeneZelenko wrote:
Please synchronize with first statement in documentation. https://github.com/llvm/llvm-project/pull/210554 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
