Issue 108741
Summary [libc++] Two internal headers are still using `NULL`
Labels libc++
Assignees
Reporter frederick-vs-ja
    https://github.com/llvm/llvm-project/blob/a75565a684feaed48cf92284c5901aaa08fd91ad/libcxx/include/__support/xlocale/__nop_locale_mgmt.h#L18-L24
https://github.com/llvm/llvm-project/blob/a75565a684feaed48cf92284c5901aaa08fd91ad/libcxx/include/__locale_dir/locale_base_api/ibm.h#L82-L106

Given libc++'s `<__config>` supports `nullptr` in ancient C++03 mode
https://github.com/llvm/llvm-project/blob/a75565a684feaed48cf92284c5901aaa08fd91ad/libcxx/include/__config#L324

Should we just replace these use of `NULL` with `nullptr`?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to