зеркало из https://github.com/mozilla/gecko-dev.git
406763af7f
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 |
||
---|---|---|
.. | ||
GreekCasing.cpp | ||
GreekCasing.h | ||
ICUUtils.cpp | ||
ICUUtils.h | ||
IrishCasing.cpp | ||
IrishCasing.h | ||
moz.build | ||
nsBidiUtils.cpp | ||
nsBidiUtils.h | ||
nsSpecialCasingData.cpp | ||
nsSpecialCasingData.h | ||
nsUnicharUtils.cpp | ||
nsUnicharUtils.h | ||
nsUnicodeProperties.cpp | ||
nsUnicodeProperties.h | ||
nsUnicodePropertyData.cpp | ||
nsUnicodeScriptCodes.h |