================
@@ -51,6 +61,11 @@ Options
    ``NULL``. By default this check will only replace the ``NULL`` macro and 
will
    skip any similar user-defined macros.
 
+.. option:: NullptrCStddef
+
+   Boolean controlling wether we should replace ``decltype(nullptr)`` with the
+   type ``std::nullptr_t`` from ``cstddef``. Defaults to ``true``.
+
----------------
vbvictor wrote:

Since IncludeStyle is also now a user-facing option, we should include it here

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