Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Commit this random test case. | John McCall |
2009-11-15 | Deallocation functions must also be static. | Anders Carlsson |
2009-11-15 | allocation functions are always static. | Anders Carlsson |
2009-11-14 | Fix broken tests, exposed by improved -verify. | Daniel Dunbar |
2009-11-13 | Add test for expr.delete p5, with a FIXME. | Daniel Dunbar |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Create a new Scope when parsing a declaration with a C++ scope specifier. | John McCall |
2009-11-10 | Make a somewhat more convincing test case for unqualified lookup through | John McCall |
2009-11-10 | Simple test case for [basic.lookup.udir]. | John McCall |
2009-11-10 | Fix unqualified lookup through using directives. | John McCall |
2009-11-09 | Add additional note to mark the cause of synthesized constructors. Mark | Eli Friedman |
2009-11-09 | Unify the codepaths used to verify base and member initializers for explicitly | Eli Friedman |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-05 | Don't allow definitions of array variables without some size information in C... | Sebastian Redl |
2009-11-05 | Allow the element type of arrays to be incomplete in C++. | Sebastian Redl |
2009-11-04 | Switch parsing of using declarations over to ParseUnqualifiedId. | Douglas Gregor |
2009-11-03 | Switch XFAIL format to match LLVM. | Daniel Dunbar |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Improved fix for PR3844, which recovers better for class template | Douglas Gregor |
2009-10-30 | Improve diagnostics when parsing something like | Douglas Gregor |
2009-10-30 | Instantiate class template friends better; fixes PR5332. | Douglas Gregor |
2009-10-30 | Report accurate source-location information when rebuilding types during | John McCall |
2009-10-29 | Implement support for semantic checking and template instantiation of | Douglas Gregor |
2009-10-27 | Test | Douglas Gregor |
2009-10-27 | Implement proper linkage for explicit instantiation declarations of | Douglas Gregor |
2009-10-27 | Explicit instantiation suppresses the instantiation of non-inline | Douglas Gregor |
2009-10-27 | An explicit instantiation definition only instantiations those class | Douglas Gregor |
2009-10-27 | Test for interaction between explicit instantiations and specializations | Douglas Gregor |
2009-10-27 | Test various aspects of explicit instantiation that were already implemented. | Douglas Gregor |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-25 | Make sure we actually have a definition before asking if it is implicit. Fixe... | Sebastian Redl |
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 |