summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/enum-argument.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A type- or value-dependent expression cannot use bitfieldDouglas Gregor2010-05-241-0/+13
| | | | | | promotion. Fixes <rdar://problem/8020920>. llvm-svn: 104545
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - 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). llvm-svn: 91446
* Make sure that EnumConstantDecls always get a type, even when they have ↵Douglas Gregor2009-11-061-0/+16
| | | | | | type-dependent initializers. llvm-svn: 86197
* Fix the type of a enum non-type template argument within the instantiation.Sebastian Redl2009-05-271-0/+7
llvm-svn: 72489
OpenPOWER on IntegriCloud