]> granicus.if.org Git - clang/commit
Mark that this function ends in a covering switch statement with every
authorChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 07:23:17 +0000 (07:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 07:23:17 +0000 (07:23 +0000)
commit73e0a91c9130a048dfb0928643b9cde1f838b87d
treef367820f16d8bd012bf1feb93654cbba91193c40
parent98fa94d2564057555c4a12e8737b8371700cf6e4
Mark that this function ends in a covering switch statement with every
case returning a value.

Silences a GCC warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130644 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp