Closed
Bug 1436354
Opened 7 years ago
Closed 7 years ago
Enable modernize-use-bool-literals at review phase
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-bool-literals.html
C++ has a boolean type, let's use it! This is improving a bit the readability of the code.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sledru
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8948999 [details]
Bug 1436354 - Enable modernize-use-bool-literals at review phase
https://reviewboard.mozilla.org/r/218410/#review229278
Attachment #8948999 -
Flags: review?(ehsan) → review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33f5af992a67
Enable modernize-use-bool-literals at review phase r=Ehsan
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•