aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2024-03-20 13:06:29 +0100
committerBenjamin Kramer <benny.kra@googlemail.com>2024-03-20 13:06:29 +0100
commit81ec95ff983afd7f31c2713891bbc37bd630a100 (patch)
treed99230d9acd7155192f9d5c4257a557762b36eb5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent3a90cb4c1819c5ad90ba1cba266c5e94cc4ce230 (diff)
downloadllvm-81ec95ff983afd7f31c2713891bbc37bd630a100.zip
llvm-81ec95ff983afd7f31c2713891bbc37bd630a100.tar.gz
llvm-81ec95ff983afd7f31c2713891bbc37bd630a100.tar.bz2
Silence -Wswitch warnings
TypeSystemClang.cpp:4074:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch] 4074 | switch (qual_type->getTypeClass()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ TypeSystemClang.cpp:4755:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch] 4755 | switch (qual_type->getTypeClass()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ TypeSystemClang.cpp:5088:11: error: enumeration value 'CountAttributed' not handled in switch [-Werror,-Wswitch] 5088 | switch (qual_type->getTypeClass()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions