[analyzer] Fix a warning
authorKazu Hirata <kazu@google.com>
Tue, 16 Feb 2021 17:12:07 +0000 (09:12 -0800)
committerKazu Hirata <kazu@google.com>
Tue, 16 Feb 2021 17:12:07 +0000 (09:12 -0800)
commit1a323c8a96afc53ef965a4268cd419cfde2f1890
treedba8208e0ce75039c15c0eb73d20ca52d9603c88
parent9cd47a26d593985ad2b36857cb9fcbc7659ffde8
[analyzer] Fix a warning

This patch fixes a warning from -Wcovered-switch-default.  The switch
statement in question handles all the enum values.
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp