Closed Bug 1625834 Opened 5 years ago Closed 5 years ago

Replace MOZ_MUST_USE with [[nodiscard]] in editor

Categories

(Core :: DOM: Editor, task, P3)

task

Tracking

()

VERIFIED FIXED
mozilla76
Tracking Status
firefox76 --- fixed

People

(Reporter: cpeterson, Assigned: cpeterson)

References

Details

Attachments

(1 file, 1 obsolete file)

The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard attribute((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute.

Also move MOZ_MUST_USE before function declarations' specifiers and return type. While clang and gcc's attribute((warn_unused_result)) can appear before, between, or after function specifiers and return types, the [[nodiscard]] attribute must precede the function specifiers.

Also move MOZ_MUST_USE before function declarations' specifiers and return type. While clang and gcc's attribute((warn_unused_result)) can appear before, between, or after function specifiers and return types, the [[nodiscard]] attribute must precede the function specifiers.

Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e89020502f7
Replace MOZ_MUST_USE with [[nodiscard]] in editor. r=masayuki
Attachment #9136665 - Attachment description: Bug 1625834 - Replace MOZ_MUST_USE with [[nodiscard]] in editor. r?masayuki → Bug 1625834 - Replace MOZ_MUST_USE with [[nodiscard]] in editor. r=masayuki

Also move MOZ_MUST_USE before function declarations' specifiers and return type. While clang and gcc's attribute((warn_unused_result)) can appear before, between, or after function specifiers and return types, the [[nodiscard]] attribute must precede the function specifiers.

Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8ed83142ac7f
Replace MOZ_MUST_USE with [[nodiscard]] in editor. r=masayuki
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Status: RESOLVED → VERIFIED
Flags: needinfo?(cpeterson)
Attachment #9136665 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: