[AST] Add 'break;' to the last case in two switches. NFC
authorCraig Topper <craig.topper@sifive.com>
Wed, 22 Feb 2023 21:42:40 +0000 (13:42 -0800)
committerCraig Topper <craig.topper@sifive.com>
Wed, 22 Feb 2023 21:42:40 +0000 (13:42 -0800)
commit437727d5865af01cf1c901eff931f5113008831c
tree333be605f55ccfebdcc696aa14c2a761aeca0b54
parent000ec50ef511243ec46c249c06d7a82cedf6d538
[AST] Add 'break;' to the last case in two switches. NFC

Makes it easier for the switch to be extended in the future.
clang/lib/AST/TypePrinter.cpp