case returning a value.
Silences a GCC warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130644
91177308-0d34-0410-b5e6-
96231b3b80d8
#include "clang/Basic/TargetInfo.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/Support/ErrorHandling.h"
using namespace clang;
using namespace sema;
return !S.RequireCompleteType(
Loc, ElTy, diag::err_incomplete_type_used_in_type_trait_expr);
}
+ llvm_unreachable("Type trait not handled by switch");
}
static bool EvaluateUnaryTypeTrait(Sema &Self, UnaryTypeTrait UTT,