index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
dependent-base-classes.cpp
Age
Commit message (
Expand
)
Author
2012-05-09
Recover properly if a class member declaration starts with a scope specifier
Richard Smith
2010-09-17
When we run into an error parsing or type-checking the left-hand side
Douglas Gregor
2010-05-21
Improve recovery when we see a dependent template name that is missing
Douglas Gregor
2010-03-31
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-02
Add test case from PR5812, which works now.
Douglas Gregor
2010-02-27
Skip dependent virtual base classes; fixes PR6413.
Douglas Gregor
2010-02-26
Fix an assertion-on-error during tentative constructor parsing by
John McCall
2010-01-19
Teach Sema::ActOnDependentTemplateName that a dependent template name
Douglas Gregor
2010-01-15
When performing qualified name lookup into the current instantiation,
Douglas Gregor
2010-01-14
When qualified lookup into the current instantiation fails (because it
Douglas Gregor
2010-01-12
Improve recovery for template-ids whose template-name doesn't actually
Douglas Gregor
2010-01-12
Parse dependent template-ids in base clauses and member
Douglas Gregor