[all-commits] [llvm/llvm-project] 9671d1: [clang]Fixup clang -Werror, , -Wcovered-switch-defau...
jsji via All-commits
all-commits at lists.llvm.org
Thu Oct 24 15:50:26 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9671d1dc1764701824913ecca2b76ab17c33c29e
https://github.com/llvm/llvm-project/commit/9671d1dc1764701824913ecca2b76ab17c33c29e
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[clang]Fixup clang -Werror,,-Wcovered-switch-default build failures
llvm/clang/lib/CodeGen/CGBuiltin.cpp:6877:3: error: default label in
switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
Similar to
https://reviews.llvm.org/rG7b3de1e811972b874d91554642ccb2ef5b32eed6
More information about the All-commits
mailing list