Add an explicit `LLVM_FALLTHROUGH` annotation to an intentional
authorChandler Carruth <chandlerc@gmail.com>
Fri, 22 Dec 2017 23:29:49 +0000 (23:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 22 Dec 2017 23:29:49 +0000 (23:29 +0000)
commitf10cc025917d12eec878056cc1405236aa6e24c6
treeff9f1e9dfdc779697fe930d761f2fccf50e2b20f
parentafeae77058e858e23533a58e7ace6051ac2aff96
Add an explicit `LLVM_FALLTHROUGH` annotation to an intentional
fallthrough. Fixes GCC and Clang warnings about this.

llvm-svn: 321392
clang/lib/Sema/SemaType.cpp