[all-commits] [llvm/llvm-project] 2b76bd: [clang-doc] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Nov 3 11:03:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b76bdc33b555beb637c13b8bdbd8d3e935d9d56
https://github.com/llvm/llvm-project/commit/2b76bdc33b555beb637c13b8bdbd8d3e935d9d56
Author: Kazu Hirata <kazu at google.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M clang-tools-extra/clang-doc/BitcodeReader.cpp
Log Message:
-----------
[clang-doc] Fix a warning
This patch fixes:
clang-tools-extra/clang-doc/BitcodeReader.cpp:78:3: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list