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
/
temp_class_spec.cpp
Age
Commit message (
Expand
)
Author
2010-02-09
Implement a specific diagnostic when a class template partial
Douglas Gregor
2010-01-14
After dyn_cast'ing, it generally makes sense to check the *output* of
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-15
Implement partial ordering of class template partial specializations
Douglas Gregor
2009-09-11
Track a class template specialization's point of instantiation separately
John McCall
2009-07-29
Remove an obsolete kludge based on the previous, completely broken handling o...
Douglas Gregor
2009-07-29
Test redefinition of class template partial specializations
Douglas Gregor
2009-07-22
Fix the problems with template argument deduction and array types for
Douglas Gregor
2009-07-22
Canonicalize the types produced by template argument deduction.
Douglas Gregor
2009-07-22
Slighty more testing for template argument deduction with array arguments
Douglas Gregor
2009-07-22
Improve template argument deduction for array types, so that a parameter
Douglas Gregor
2009-06-14
Update LLVM.
Douglas Gregor
2009-06-12
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
Diagnose the incorrect use of non-type template arguments for class
Douglas Gregor
2009-06-11
Once we have deduced the template arguments of a class template
Douglas Gregor
2009-06-10
Template argument deduction for member pointers.
Douglas Gregor
2009-06-09
Handle member pointer types with dependent class types (e.g., int
Douglas Gregor
2009-06-08
Address comments from Doug.
Anders Carlsson
2009-06-08
Test template argument deduction on function types a little more
Douglas Gregor
2009-06-08
Template argument deduction for function types.
Anders Carlsson
2009-06-05
Several improvements to template argument deduction:
Douglas Gregor
2009-06-04
Template argument deduction for incomplete and constant array types. Doug, pl...
Anders Carlsson
2009-06-04
Template argument deduction for references
Douglas Gregor
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor