]> granicus.if.org Git - clang/commit
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)
commit6a084385b6bca68541bf2d553ee954bed4ffddd6
tree273515b13c749ef4d10d69e05f9940a362240b7c
parent6acd80a4a900e400e34ac6f57ce2b2d4914223a8
Fix 'control reaches end of non-void' warning by using llvm_unreachable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/BreakableToken.cpp