summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/enum-argument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clarify the logic for when to build an overloaded binop. In particular,John McCall2010-12-061-1/+1
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-1/+1
* A type- or value-dependent expression cannot use bitfieldDouglas Gregor2010-05-241-0/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure that EnumConstantDecls always get a type, even when they have type-...Douglas Gregor2009-11-061-0/+16
* Fix the type of a enum non-type template argument within the instantiation.Sebastian Redl2009-05-271-0/+7