]> granicus.if.org Git - clang/commit
Change EnumDecl to store its corresponding integer type
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 18:24:31 +0000 (18:24 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 18:24:31 +0000 (18:24 +0000)
commite00b18cfc3967a0349745055b49d0f3196d28f75
treec07ce0c4f1b41681bca88dfd06fa0bc287773885
parentb49e1aa3ef2ec0d84dfc36e85c41e5f8fd145100
Change EnumDecl to store its corresponding integer type
directly in it.  Remove TargetInfo::getEnumPolicy, as there is only
one policy that we support right now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41548 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
CodeGen/CodeGenTypes.cpp
Sema/SemaDecl.cpp
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h
include/clang/Basic/TargetInfo.h