Fix 'control reaches end of non-void' warning by using llvm_unreachable.
authorManuel Klimek <klimek@google.com>
Wed, 29 Nov 2017 15:09:12 +0000 (15:09 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 29 Nov 2017 15:09:12 +0000 (15:09 +0000)
commit477f369433fb47873fd104ec5f2c80bf16952c26
treeab628f94f77e0809fc6224ca565884bf02eb290d
parent0cfcdc3ffdeeffbcb588ef0ad63811527fcff045
Fix 'control reaches end of non-void' warning by using llvm_unreachable.

llvm-svn: 319318
clang/lib/Format/BreakableToken.cpp