Closed
Bug 1505943
Opened 6 years ago
Closed 6 years ago
ignore: xpcom/base/nsCycleCollectionParticipant.h:592 | Virtual function declarations should specify only one of `virtual`, `final`, or `override` (cpp-virtual-final)
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox-esr60 fixed, firefox65 fixed)
RESOLVED
FIXED
mozilla65
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-esr60+
|
Details | Review |
When the declaration is moved to a single line, I am getting:
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/xpcom/base/nsCycleCollectionParticipant.h:592 | Virtual function declarations should specify only one of `virtual`, `final`, or `override` (cpp-virtual-final)
with linting opt source-test-mozlint-cpp-virtual-final (cvf)
Assignee | ||
Comment 1•6 years ago
|
||
Avoid lint cpp-virtual-final false positive
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sledru
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f9d5e93e0ba
Add clang-format off to keep the line the same way r=andi
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 4•6 years ago
|
||
Comment on attachment 9023963 [details]
Bug 1505943 - Add clang-format off to keep the line the same way r?andi
[ESR Uplift Approval Request]
If this is not a sec:{high,crit} bug, please state case for ESR consideration: This is required for easier backporting of patches after the reformatting of ESR using clang-format.
User impact if declined: Declining this will negatively impact our developers' ability to easily backport their patches to ESR in the future.
Fix Landed on Version: 65
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): Comment additions only, should not change anything in the binary. Has also been tested in Nightly for a couple of months or so..
String or UUID changes made by this patch: None
Attachment #9023963 -
Flags: approval-mozilla-esr60?
Updated•6 years ago
|
status-firefox-esr60:
--- → affected
Comment 5•6 years ago
|
||
Comment on attachment 9023963 [details]
Bug 1505943 - Add clang-format off to keep the line the same way r?andi
OK for uplift to ESR60 as part of the clang-format project.
Attachment #9023963 -
Flags: approval-mozilla-esr60? → approval-mozilla-esr60+
Comment 6•6 years ago
|
||
bugherder uplift |
Updated•2 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
•