[clang-tools-extra] [clang-tidy] Enable C23 support in modernize-use-nullptr (PR #89990)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 27 11:50:00 PDT 2024


================
@@ -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.
----------------
PiotrZSL wrote:

I will fix this post merge.

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


More information about the cfe-commits mailing list