gecko-dev/netwerk/streamconv
Chris Peterson 406763af7f Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj
This changeset is a simple find and replace of `MOZ_FALLTHROUGH` and `[[fallthrough]]`.

Unfortunately, the MOZ_FALLTHROUGH_ASSERT macro (to assert on case fallthrough in debug builds) is still necessary after switching from [[clang::fallthrough]] to [[fallthrough]] because:

* MOZ_ASSERT(false) followed by [[fallthrough]] triggers a -Wunreachable-code warning in DEBUG builds
* but MOZ_ASSERT(false) without [[fallthrough]] triggers a -Wimplicit-fallthrough warning in NDEBUG builds.

Differential Revision: https://phabricator.services.mozilla.com/D56440

--HG--
extra : moz-landing-system : lando
2019-12-20 07:16:43 +00:00
..
converters Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
moz.build
mozITXTToHTMLConv.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIDirIndex.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIDirIndexListener.idl
nsIStreamConverter.idl Bug 1574372 - Add API to test stream converters to find out their output type. r=bzbarsky 2019-12-17 03:02:02 +00:00
nsIStreamConverterService.idl Bug 1574372 - Add API to test stream converters to find out their output type. r=bzbarsky 2019-12-17 03:02:02 +00:00
nsITXTToHTMLConv.idl
nsStreamConverterService.cpp Bug 1574372 - Add API to test stream converters to find out their output type. r=bzbarsky 2019-12-17 03:02:02 +00:00
nsStreamConverterService.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00