]> granicus.if.org Git - clang/commit
Add a default clause to avoid this GCC warning:
authorNick Lewycky <nicholas@mxc.ca>
Tue, 30 Nov 2010 01:28:32 +0000 (01:28 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 30 Nov 2010 01:28:32 +0000 (01:28 +0000)
commit1b51e3b2cbf929a7acc126e9d659e67d819a11e7
tree43a5ebf7c074f3a41afdc2f639946997c5b0b588
parentd976ca4fcacdd965446bcfbe8cb03b4ee67cd827
Add a default clause to avoid this GCC warning:
Type.cpp:1000: warning: control reaches end of non-void function

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