aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/enum-argument.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-12-06Clarify the logic for when to build an overloaded binop. In particular,John McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-05-24A type- or value-dependent expression cannot use bitfieldDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-06Make sure that EnumConstantDecls always get a type, even when they have type-...Douglas Gregor
2009-05-27Fix the type of a enum non-type template argument within the instantiation.Sebastian Redl