]> granicus.if.org Git - clang/commit
Prefer llvm_unreachable(...) to assert(false && ...). This is important as
authorChandler Carruth <chandlerc@gmail.com>
Tue, 29 Jun 2010 00:23:11 +0000 (00:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 29 Jun 2010 00:23:11 +0000 (00:23 +0000)
commit0010bca8afaed0236c4910640f6bc1bcf1984125
treeb952b8e195a630a787da874e0052a30234105ac0
parent225e286110bcc8b7b1ff8b35f0d51a10a158b18c
Prefer llvm_unreachable(...) to assert(false && ...). This is important as
without it we might exit a non-void function without returning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprClassification.cpp