================ @@ -269,6 +269,10 @@ Changes in existing checks don't remove parentheses used in ``sizeof`` calls when they have array index accesses as arguments. +- Improved :doc:`modernize-use-nullptr + <clang-tidy/checks/modernize/use-nullptr>` check to include support for + ``C23``, which also has introduced the ``nullptr`` keyword. ---------------- EugeneZelenko wrote:
```suggestion C23, which also has introduced the ``nullptr`` keyword. ``` https://github.com/llvm/llvm-project/pull/89990 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits