[all-commits] [llvm/llvm-project] 437727: [AST] Add 'break; ' to the last case in two switche...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Feb 22 13:43:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 437727d5865af01cf1c901eff931f5113008831c
https://github.com/llvm/llvm-project/commit/437727d5865af01cf1c901eff931f5113008831c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M clang/lib/AST/TypePrinter.cpp
Log Message:
-----------
[AST] Add 'break;' to the last case in two switches. NFC
Makes it easier for the switch to be extended in the future.
More information about the All-commits
mailing list