gecko-dev/memory
Sylvestre Ledru 1e776756dd Bug 1856795 - ride along: use = default; on some recently modified files r=emilio
More on:
https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-equals-default.html

Command:
L=$(hg export -r tip|grep +++|cut -d/ -f2-)
./mach static-analysis check --checks="-*, modernize-use-equals-default" --fix $L

Differential Revision: https://phabricator.services.mozilla.com/D191016
2023-10-15 15:29:03 +00:00
..
build Bug 1858250 - malloc_initialized should not be SequentiallyConsistent. r=glandium 2023-10-11 08:09:03 +00:00
gtest Bug 1858137 - Update test to match new poisoning behaviour r=glandium 2023-10-13 12:43:44 +00:00
mozalloc Bug 1854519 - Work around wasm linking issue before clang 11. r=firefox-build-system-reviewers,sergesanspaille 2023-09-28 20:56:31 +00:00
mozjemalloc_info Bug 1825329 - Make memory/moz*alloc buildable outside of a unified build environment r=andi 2023-03-31 13:29:45 +00:00
replace Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
volatile Bug 1844908 - Remove pre-Win10-specific codepath from memory/. r=glandium 2023-07-26 08:52:51 +00:00
app.mozbuild
moz.build
moz.configure