]> granicus.if.org Git - clang/commit
Remove another default and a *completely* bogus return from a switch
authorChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 07:23:20 +0000 (07:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 07:23:20 +0000 (07:23 +0000)
commite194710fcd012df67a2694477ef8ce5a19bf376c
tree78e9ec79fb9c56e3aeed7c59bc39fac2e825fcd4
parent73e0a91c9130a048dfb0928643b9cde1f838b87d
Remove another default and a *completely* bogus return from a switch
over type traits.

Add the missing trait from this switch that Clang's warning uncovered.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtPrinter.cpp