[all-commits] [llvm/llvm-project] c85abb: [Sema] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Aug 14 11:25:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c85abbe879ef3257de4db862ce249b060cc3d2a4
https://github.com/llvm/llvm-project/commit/c85abbe879ef3257de4db862ce249b060cc3d2a4
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M clang/lib/Sema/SemaType.cpp
Log Message:
-----------
[Sema] Fix a warning
This patch fixes:
clang/lib/Sema/SemaType.cpp:9469:3: error: default label in switch
which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list