]> granicus.if.org Git - clang/commit
Type::isArithmeticType(): disallow incomplete enum decls.
authorSteve Naroff <snaroff@apple.com>
Wed, 16 Jan 2008 23:54:22 +0000 (23:54 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 16 Jan 2008 23:54:22 +0000 (23:54 +0000)
commit67c49e892b50a9ccb64f7296e00c23c61a8b7186
treeb45ac6b2a5b11cd219ced55c68558f93f436c1fd
parente3d7c24f282e061ca9dd9268127ca9a24d715ccf
Type::isArithmeticType(): disallow incomplete enum decls.

Bug submitted by Eli.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46102 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Type.cpp
include/clang/AST/Decl.h
test/Sema/enum.c