History log of /external/clang/test/SemaTemplate/enum-argument.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c53f982bba536ed5513cdc57883d05ca2dab55cf 24-May-2010 Douglas Gregor <doug.gregor@gmail.com> A type- or value-dependent expression cannot use bitfield
promotion. Fixes <rdar://problem/8020920>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104545 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/enum-argument.cpp
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/enum-argument.cpp
b5da9e3ee99263f02e3ea270b8679f12078f5f06 06-Nov-2009 Douglas Gregor <doug.gregor@gmail.com> Make sure that EnumConstantDecls always get a type, even when they have type-dependent initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/enum-argument.cpp
9f1a3df47b8c63c2f90486b1cdde526d6b461c06 27-May-2009 Sebastian Redl <sebastian.redl@getdesigned.at> Fix the type of a enum non-type template argument within the instantiation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72489 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/enum-argument.cpp