PerformanceObserver.cpp: redundant return statement at the end of a function with a void return type
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Tracking
(firefox74 fixed)
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: robert.m.rico, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file, 1 obsolete file)
+++ This bug was initially created as a clone of Bug #1603696 +++
+++ This bug was initially created as a clone of Bug #1603690 +++
Filling as a good first bug to learn workflows.
return;
at the end of a void function is useless
https://searchfox.org/mozilla-central/source/dom/performance/PerformanceObserver.cpp#156
As the change is trivial, it is just to learn how to contribute to Firefox.
Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-control-flow.html
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
Reporter | ||
Comment 1•5 years ago
|
||
suyash, do you want to give it a try?
Comment 2•5 years ago
|
||
(In reply to Sylvestre Ledru [:Sylvestre] from comment #1)
suyash, do you want to give it a try?
Yes, I'd love to give it a try.
Reporter | ||
Comment 3•5 years ago
|
||
sure, please propose a patch then :)
Comment 4•5 years ago
|
||
Also, in the link here
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
Mercurial is the version control software being used. However, can we use git for the same?
Reporter | ||
Comment 5•5 years ago
|
||
yeah, we have been working on updating the doc for git:
https://phabricator.services.mozilla.com/D55147
Reporter | ||
Comment 6•5 years ago
|
||
Reporter | ||
Comment 8•5 years ago
|
||
Yes Rob!
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D59654
Comment 11•5 years ago
|
||
Comment on attachment 9120458 [details]
Bug 1604066 - Fixes #1605263 - Parser.cpp | parseInfo_ change r=Sylvestre
Revision D59654 was moved to bug 1605263. Setting attachment 9120458 [details] to obsolete.
Assignee | ||
Comment 12•5 years ago
|
||
I seem to have muddied the history.
Let me know if I need to start over or how we can get these incorrect comments out.
Thanks!
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
Reporter | ||
Updated•5 years ago
|
Updated•3 years ago
|
Description
•