Commit 42b5459
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()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~1 parent 9bc0336 commit 42b5459
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4074 | 4074 | | |
4075 | 4075 | | |
4076 | 4076 | | |
| 4077 | + | |
4077 | 4078 | | |
4078 | 4079 | | |
4079 | 4080 | | |
| |||
4755 | 4756 | | |
4756 | 4757 | | |
4757 | 4758 | | |
| 4759 | + | |
4758 | 4760 | | |
4759 | 4761 | | |
4760 | 4762 | | |
| |||
5088 | 5090 | | |
5089 | 5091 | | |
5090 | 5092 | | |
| 5093 | + | |
5091 | 5094 | | |
5092 | 5095 | | |
5093 | 5096 | | |
| |||
0 commit comments