Age | Commit message (Expand) | Author |
2009-10-17 | In some dependent contexts, incomplete array types persist into FinalizeDecla... | Sebastian Redl |
2009-10-15 | Make sure that we're diagnosing duplicate explicit instantiation definitions. | Douglas Gregor |
2009-10-15 | Check the interactions between explicit instantiations and template | Douglas Gregor |
2009-10-15 | Diagnose explicit instantiations of function templates and member | Douglas Gregor |
2009-10-15 | More explicit template instantiation. Now we're checking for more | Douglas Gregor |
2009-10-14 | Additional semantic checking for explicit template instantiations, | Douglas Gregor |
2009-10-14 | Check the implicit instantiation of a static data member of a class | Douglas Gregor |
2009-10-14 | Give explicit and implicit instantiations of static data members of | Douglas Gregor |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-13 | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-13 | Diagnose attempts to add default function arguments to a | Douglas Gregor |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-13 | Improve the internal representation and semantic analysis of friend | Douglas Gregor |
2009-10-12 | When declaring a class template whose name is qualified, make sure | Douglas Gregor |
2009-10-12 | Test explicit specialization involving multiple template<> headers | Douglas Gregor |
2009-10-12 | Permit explicit specialization of member functions of class templates | Douglas Gregor |
2009-10-12 | Test explicit specializations of static data members that are declarations, n... | Douglas Gregor |
2009-10-12 | Yet another test for explicit specialization, this one involving linkage | Douglas Gregor |
2009-10-12 | More tests for explicit template specialization | Douglas Gregor |
2009-10-12 | Add test for last commit | Douglas Gregor |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-08 | Tests for C++ [expr], from James Porter! | Douglas Gregor |
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 | Refactoring around friend class templates. Better error message for friend e... | John McCall |
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 | Fix name lookup for friend class templates to consider anything in a | Douglas Gregor |
2009-09-26 | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor |
2009-09-22 | Spell clang-cc correctly. | Daniel Dunbar |
2009-09-16 | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson |
2009-09-16 | Improved representation and support for friend class templates. Angst about ... | John McCall |
2009-09-15 | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor |
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 |