diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-12-12 02:00:36 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-12-12 02:00:36 +0000 |
commit | c9467cf4cff1bb09f38667b871268c47ed823f97 (patch) | |
tree | 57e799a0cb39f4c7a1ddb3c169fc255106732a15 /lib/CodeGen/CGExprConstant.cpp | |
parent | fb645b6547b75ddc2e3c7ab2126ad8beeefca62d (diff) |
In C++, set the type of each of the enumerators in an enumeration to
the type of the enumeration once the enumeration has been defined.
Fix the overloading test-case to properly create enums that promote
the way we want them to.
Implement C++0x promotions from enumeration types to long
long/unsigned long long. We're using these promotions in Carbon.h
(since long long is a common extension).
Fixes PR clang/2954: http://llvm.org/bugs/show_bug.cgi?id=2954
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions