[all-commits] [llvm/llvm-project] 1a323c: [analyzer] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Feb 16 09:12:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a323c8a96afc53ef965a4268cd419cfde2f1890
https://github.com/llvm/llvm-project/commit/1a323c8a96afc53ef965a4268cd419cfde2f1890
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
Log Message:
-----------
[analyzer] Fix a warning
This patch fixes a warning from -Wcovered-switch-default. The switch
statement in question handles all the enum values.
More information about the All-commits
mailing list