================ @@ -277,6 +277,10 @@ Changes in existing checks - Do not report explicit call to destructor after move as an invalid use. +- Improved :doc:`container-data-pointer + <clang-tidy/checks/readability/container-data-pointer>` check + to use ``c_str()`` for const's when available and present on a container. ---------------- EugeneZelenko wrote:
```suggestion to use ``c_str()`` for ``const``'s when available and present on a container. ``` https://github.com/llvm/llvm-project/pull/190590 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
