diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 14:59:36 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 14:59:36 +0000 |
commit | a78742215833dec57a76f64831a9b2a113b3dd6e (patch) | |
tree | e5bfa466664857cce2a3ec06a7e9e7b4b885ceb9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 96a60f8e7d5b07c41af24db089121c22323f28f8 (diff) | |
download | llvm-a78742215833dec57a76f64831a9b2a113b3dd6e.zip llvm-a78742215833dec57a76f64831a9b2a113b3dd6e.tar.gz llvm-a78742215833dec57a76f64831a9b2a113b3dd6e.tar.bz2 |
remove a couple of default cases from switches
This cleans up a couple of warnings [-Wcovered-switch-default] from the build by
removing the default case from a couple of switches which are fully covered.
This is generally better as it will help identify when a new item is added to
the enumeration but the use sites are not updated.
llvm-svn: 217376
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions