]> granicus.if.org Git - clang/commit
Silence GCC warning about control reaching the end of the function and explicitly...
authorChandler Carruth <chandlerc@gmail.com>
Wed, 15 Dec 2010 07:29:18 +0000 (07:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 15 Dec 2010 07:29:18 +0000 (07:29 +0000)
commitf24e54a0c8f0621dc1e964e79dd2fc47f6a2e723
treef66300bb417fb960972c2192f2127b22dae11e57
parentdda0c0dd63bb1ff4a057f1275497e844f99b7909
Silence GCC warning about control reaching the end of the function and explicitly mark that all cases are handled.

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