]> granicus.if.org Git - clang/commit
compute the required destination type for an enum, emitting various warnings.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 06:15:15 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 06:15:15 +0000 (06:15 +0000)
commitac60968d4541aa4e80fa71f64c36adfe5aa586e4
tree544f2255c32b2d6b499825a13736695466b86283
parent050785860b8541c837982beef3f06d292d1d0c1d
compute the required destination type for an enum, emitting various warnings.

TODO: update the types of the constants and the enum.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41532 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
include/clang/Basic/DiagnosticKinds.def
include/clang/Basic/TargetInfo.h
test/Sema/enum.c [new file with mode: 0644]