Closed
Bug 1990641
Opened 1 year ago
Closed 11 months ago
Replace MOZ_NORETURN by [[noreturn]] or _NoReturn
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
Both are part of the standard (C++11 and C11) and supported by all our supported compilers.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9515484 -
Attachment description: Bug 1990641 - Replace MOZ_NORETURN by [[noreturn]] or _NoReturn r=emilio → Bug 1990641 - Replace MOZ_NORETURN by [[noreturn]] or _NoReturn r=emilio!
Pushed by sguelton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5eeb79e8b1a7
https://hg.mozilla.org/integration/autoland/rev/8d66d2c44db4
Replace MOZ_NORETURN by [[noreturn]] or _NoReturn r=emilio
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Pushed by chorotan@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8976f01f8723
https://hg.mozilla.org/integration/autoland/rev/caf55401eb16
Revert "Bug 1990641 - Replace MOZ_NORETURN by [[noreturn]] or _NoReturn r=emilio" on request by dev
Comment 5•1 year ago
|
||
Backed out here: https://hg.mozilla.org/integration/autoland/rev/caf55401eb16f2c0b3507241176e672a219a1401
Status: RESOLVED → REOPENED
status-firefox145:
fixed → ---
Flags: needinfo?(sguelton)
Resolution: FIXED → ---
Target Milestone: 145 Branch → ---
Pushed by sguelton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e7e6432de683
https://hg.mozilla.org/integration/autoland/rev/1c042e689b9c
Replace MOZ_NORETURN by [[noreturn]] or _NoReturn r=emilio
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(sguelton)
Comment 7•11 months ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 1 year ago → 11 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•