diff options
author | Reid Kleckner <rnk@google.com> | 2018-11-01 18:53:02 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-11-01 18:53:02 +0000 |
commit | 14518f1d9b54c0cfdc2ecdb40c07849b396f7b6f (patch) | |
tree | 5ceeb5761a1a102d1e93096a5680346fc994c9d1 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5c39b6ab7f6045e482a6bd8469cd215852e3891b (diff) | |
download | llvm-14518f1d9b54c0cfdc2ecdb40c07849b396f7b6f.zip llvm-14518f1d9b54c0cfdc2ecdb40c07849b396f7b6f.tar.gz llvm-14518f1d9b54c0cfdc2ecdb40c07849b396f7b6f.tar.bz2 |
Add LLVM_FALLTHROUGH annotation after switch
This silences a -Wimplicit-fallthrough warning from clang. GCC does not
appear to warn when the case body ends in a switch.
This is a somewhat surprising but intended fallthrough that I pulled out
from my mechanical patch. The code intends to handle 'Yi' and related
constraints as the 'x' constraint.
llvm-svn: 345873
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions