When clang suggests adding [[clang::fallthrough]], it checks if it knows of a macro expanding to that and if so, suggests inserting that. Chrome has its own FALLTHROUGH macro, but chrome's deps might soon depend on absl, so if ABSL_FALLTHROUGH_INTENDED gets pulled in globally, clang ...