Bug #96484 Run clang-tidy modernize-use-bool-literals
Submitted: 9 Aug 2019 10:28 Modified: 8 Nov 2019 12:18
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

[9 Aug 2019 10:28] Steinar Gunderson
Description:
Run the clang-tidy "modernize-use-bool-literals" fixit over the entire code base, replacing 0 and 1 literals with false and true whenever they are used in a boolean context.

How to repeat:
N/A

Suggested fix:
N/A
[8 Nov 2019 12:18] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

Code cleanup. No changelog entry needed.