================
@@ -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:
```suggestion
type ``std::nullptr_t`` from ``<cstddef>``. Defaults to ``true``.
```
https://github.com/llvm/llvm-project/pull/224591
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits