aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-base-classes.cpp
AgeCommit message (Expand)Author
2012-05-09Recover properly if a class member declaration starts with a scope specifierRichard Smith
2010-09-17When we run into an error parsing or type-checking the left-hand sideDouglas Gregor
2010-05-21Improve recovery when we see a dependent template name that is missingDouglas Gregor
2010-03-31Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-02Add test case from PR5812, which works now.Douglas Gregor
2010-02-27Skip dependent virtual base classes; fixes PR6413.Douglas Gregor
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2010-01-19Teach Sema::ActOnDependentTemplateName that a dependent template nameDouglas Gregor
2010-01-15When performing qualified name lookup into the current instantiation,Douglas Gregor
2010-01-14When qualified lookup into the current instantiation fails (because itDouglas Gregor
2010-01-12Improve recovery for template-ids whose template-name doesn't actuallyDouglas Gregor
2010-01-12Parse dependent template-ids in base clauses and memberDouglas Gregor