[all-commits] [llvm/llvm-project] aaa987: [clang] Fix warning after D116203
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Aug 21 22:42:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aaa987ddfbf5f2ee9dfaa9cc29ec224c6c607b65
https://github.com/llvm/llvm-project/commit/aaa987ddfbf5f2ee9dfaa9cc29ec224c6c607b65
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
M clang/lib/Sema/SemaType.cpp
Log Message:
-----------
[clang] Fix warning after D116203
The warning was:
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