Bug #96584 Run clang-tidy modernize-use-nullptr
Submitted: 19 Aug 2019 13:32 Modified: 11 Oct 2019 14:46
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.19 OS:Any
Assigned to: CPU Architecture:Any

[19 Aug 2019 13:32] Steinar Gunderson
Description:
Run the clang-tidy "modernize-use-nullptr" fixit over the entire code
base, replacing 0 literals (when used in a pointer context) and NULL with nullptr.

How to repeat:
N/A

Suggested fix:
N/A
[11 Oct 2019 14:46] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

Code cleanup. No changelog entry required.