Add GCC fallthrough comment.

This commit is contained in:
Axel Naumann 2018-06-25 11:16:24 +02:00 committed by sftnight
parent 8c14ae786d
commit a0674d2d91

View File

@ -188,6 +188,7 @@ InvocationOptions::InvocationOptions(int argc, const char* const* argv) :
// pass -v to clang as well
if (arg->getOption().getID() != OPT_v)
break;
/* Falls through. */
case Option::UnknownClass:
case Option::InputClass:
// prune "-" we need to control where it appears when invoking clang