aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-09-08 14:59:36 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-09-08 14:59:36 +0000
commita78742215833dec57a76f64831a9b2a113b3dd6e (patch)
treee5bfa466664857cce2a3ec06a7e9e7b4b885ceb9 /clang/lib/CodeGen/CodeGenModule.cpp
parent96a60f8e7d5b07c41af24db089121c22323f28f8 (diff)
downloadllvm-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