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
/
nested-template.cpp
Age
Commit message (
Expand
)
Author
2012-09-06
Don't try to check override control for invalid member functions. Fixes a cra...
Richard Smith
2011-11-01
When we see an out-of-line definition of a member class template that
Douglas Gregor
2011-09-21
Diagnose attempts to write a templated data member, from Stepan
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-11
Before checking a template template argument against its corresponding
Douglas Gregor
2009-11-11
Instantiation of template template parameters for nested templates, e.g.,
Douglas Gregor
2009-10-23
Implement template instantiation for non-type template
Douglas Gregor
2009-09-10
When re-entering a template scope, we may be entering a class template
Douglas Gregor
2009-08-26
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-08-25
Test out-of-line definition of a static data member of a member class of a ne...
Douglas Gregor
2009-08-25
Test out-of-line definitions of static data members of nested member class te...
Douglas Gregor
2009-08-25
Improve support for out-of-line definitions of nested templates and
Douglas Gregor
2009-08-25
Implement out-of-line definitions of nested class templates. Most of
Douglas Gregor
2009-08-24
Keep track of the template parameter depth properly when we have
Douglas Gregor
2009-06-17
Diagnose class members that shadow a template parameter. Fixes
Douglas Gregor
2009-03-27
Tests and fixes for templates declared within (non-template)
Douglas Gregor