================
@@ -229,6 +224,10 @@ infrastructure are described first, followed by 
tool-specific sections.
   <clang-tidy/checks/modernize/use-noexcept>` when analyzing malformed template
   code with an unparsed exception specification.
 
+- Extend {doc}`modernize-use-nullptr
+  <clang-tidy/checks/modernize/use-nullptr>` to turn ``decltype(nullptr)`` into
+  ``std::nullptr_t`` from ``<cstdef>``.
----------------
serge-sans-paille wrote:

ack

https://github.com/llvm/llvm-project/pull/224591
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to