gecko-dev/netwerk/streamconv/converters
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
..
moz.build
mozTXTToHTMLConv.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
mozTXTToHTMLConv.h
nsDirIndex.cpp
nsDirIndex.h
nsDirIndexParser.cpp Bug 1599615 - Make some necko code less nsresult-happy. r=kershaw,valentin 2019-12-02 13:21:06 +00:00
nsDirIndexParser.h Bug 1599615 - Make some necko code less nsresult-happy. r=kershaw,valentin 2019-12-02 13:21:06 +00:00
nsFTPDirListingConv.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
nsFTPDirListingConv.h
nsHTTPCompressConv.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
nsHTTPCompressConv.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsICompressConvStats.idl
nsIndexedToHTML.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
nsIndexedToHTML.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsMultiMixedConv.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
nsMultiMixedConv.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsUnknownDecoder.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
nsUnknownDecoder.h Bug 1594053 - Add XTCO Telemetry r=ckerschb 2019-11-18 15:21:59 +00:00
ParseFTPList.cpp Bug 1584785 - Fix issues found via PVS-studio static analyzer 2019-09-30 09:35:42 +00:00
ParseFTPList.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00