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
/
CXX
/
temp
Age
Commit message (
Expand
)
Author
2009-10-08
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-10-08
Add more testing for the properties of explicit specialization.
Douglas Gregor
2009-10-08
Don't complain about out-of-line explicit specializations of member
Douglas Gregor
2009-10-08
More testing for explicit specializations of member class templates
Douglas Gregor
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
Only perform an implicit instantiation of a function if its template
Douglas Gregor
2009-10-07
Type checking for specializations of member functions of class
Douglas Gregor
2009-10-07
Diagnose explicit instantiations and specializations that occur in class scope
Douglas Gregor
2009-10-07
Class template partial specializations can be declared anywhere that
Douglas Gregor
2009-10-07
More testing of explicit specializations
Douglas Gregor
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-10-06
Test explicit specialization for all of the various cases where
Douglas Gregor
2009-09-30
Improve template argument deduction in the case where the parameter
Douglas Gregor
2009-09-28
Make sure that out-of-line function and variable definitions are not
Douglas Gregor
2009-09-26
Rework the Parse-Sema interaction for friends to better support friend
Douglas Gregor
2009-09-16
Improved representation and support for friend class templates. Angst about ...
John McCall
2009-09-15
Slightly improved template argument deduction for use in partial
Douglas Gregor
2009-09-14
Skeletal support for friend class templates.
John McCall
2009-09-14
Refactor MarkDeductedTemplateParameters into
Douglas Gregor
2009-09-14
Tighten up checking of non-dependent arguments as part of template
Douglas Gregor
2009-09-14
Implement partial ordering of function template specializations
Douglas Gregor
2009-09-11
When performing name lookup within a class template or class template
Douglas Gregor
2009-09-08
Support templateids in friend declarations. Fixes bug 4859.
John McCall
2009-09-02
Borrow a friend class's previous declaration's access specifier regardless of
John McCall
2009-09-02
Fix a little crasher in friend decls. Thanks again to Eli for finding this.
John McCall
2009-08-29
Fix a last-minute typo and make the test not emit temporaries.
John McCall
2009-08-29
Ensure code generation for friend declarations in class templates.
John McCall
2009-08-28
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-27
When checking whether one declaration context encloses another, make sure to ...
Douglas Gregor
2009-08-26
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-08-23
Eli points out that we really must diagnose "void* > 0" as an extension.
Chris Lattner
2009-08-22
Implement delayed parsing for member function templates. Fixes PR4608.
Douglas Gregor
2009-08-21
Implement conversion function templates, along with the ability to use
Douglas Gregor
2009-08-21
Refactor instantiation of destructors to use the common CXXMethodDecl
Douglas Gregor
2009-08-21
Add test for out-of-line definition of a conversion function
Douglas Gregor
2009-08-21
Fix parsing for out-of-line definitions of constructors and
Douglas Gregor
2009-08-20
Basic nested-template implementation.
John McCall
2009-08-14
Support friend declarations in templates and test that argdep lookup
John McCall
2009-08-06
When we encounter a dependent type that was parsed before we know that
Douglas Gregor
2009-07-31
Make the recanonicalization-for-an-out-of-line-definition test case a bit tri...
Douglas Gregor
2009-07-30
Support out-of-line definitions of the members of class template
Douglas Gregor
2009-07-29
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-28
Add a template test that requires canonical expression comparison
Douglas Gregor
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-25
Make having no RUN line a failure.
Daniel Dunbar
2009-07-24
Template instantiation for static data members that are defined out-of-line.
Douglas Gregor
2009-07-22
Implement support for out-of-line definitions of the class members of class
Douglas Gregor
2009-07-22
Implement parsing and semantic analysis for out-of-line definitions of static
Douglas Gregor
2009-07-22
Test template instantiation for member functions of class templates defined
Douglas Gregor
[next]