[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

Thomas Köppe via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 19 08:56:09 PDT 2024


================
@@ -183,6 +183,10 @@ Changes in existing checks
   <clang-tidy/checks/readability/redundant-smartptr-get>` check to
   remove `->`, when redundant `get()` is removed.
 
+- Improved :doc:`modernize-use-nullptr
----------------
tkoeppe wrote:

Oh I see, I didn't realize there was such an ordering. Done.

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


More information about the cfe-commits mailing list