Age | Commit message (Expand) | Author |
2009-07-31 | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall |
2009-07-31 | Make the check for the linkage of a template handle the case of nested | Eli Friedman |
2009-07-30 | Support out-of-line definitions of the members of class template | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-29 | [llvm up] | Douglas Gregor |
2009-07-29 | When lookup of an identifier preceding a '<' finds a set of overloaded | Douglas Gregor |
2009-07-29 | Remove an obsolete kludge based on the previous, completely broken handling o... | Douglas Gregor |
2009-07-29 | Use the new statement/expression profiling code to unique dependent | Douglas Gregor |
2009-07-28 | Refactor the code that produces a TemplateSpecializationType, so that | Douglas Gregor |
2009-07-23 | Clean up the ActOnTag action, so that there is only a single entry | Douglas Gregor |
2009-07-22 | Implement support for out-of-line definitions of the class members of class | Douglas Gregor |
2009-07-22 | Fix some memory allocation/deallocation issues | Douglas Gregor |
2009-07-21 | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-17 | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-01 | Cope with explicitly-specified function template arguments when there | Douglas Gregor |
2009-06-30 | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-24 | Implement matching of function templates, so that one can declare overloaded ... | Douglas Gregor |
2009-06-24 | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor |
2009-06-24 | When declaring a function template, create a FunctionTemplateDecl node | Douglas Gregor |
2009-06-23 | Start propagating template parameter lists to the right places to | Douglas Gregor |
2009-06-23 | Check in a new template argument list builder that should work better for var... | Anders Carlsson |
2009-06-17 | Diagnose class members that shadow a template parameter. Fixes | Douglas Gregor |
2009-06-17 | Support dependent extended vector types and template instantiation | Douglas Gregor |
2009-06-15 | More parameter pack work. | Anders Carlsson |
2009-06-15 | Add a new 'Pack' argument kind to TemplateArgument. This is not yet used. | Anders Carlsson |
2009-06-13 | Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB... | Anders Carlsson |
2009-06-13 | More work on type parameter packs. | Anders Carlsson |
2009-06-13 | Move template type argument checking out into a separate function. No functio... | Anders Carlsson |
2009-06-13 | When some template parameters of a class template partial | Douglas Gregor |
2009-06-12 | A parameter pack must always come last in a class template. | Anders Carlsson |
2009-06-12 | No need to mark the parameter as invalid, just ignore the default argument. | Anders Carlsson |
2009-06-12 | Parameter packs can't have default arguments. | Anders Carlsson |
2009-06-12 | Keep track of whether a type parameter is actually a type parameter pack. | Anders Carlsson |
2009-06-12 | Finish implementing checking of class template partial specializations | Douglas Gregor |
2009-06-12 | Diagnose C++ [temp.class.spec]p9b3, where a class template partial | Douglas Gregor |
2009-06-12 | Diagnose the incorrect use of non-type template arguments for class | Douglas Gregor |
2009-06-12 | Parse support for C++0x type parameter packs. | Anders Carlsson |
2009-06-12 | Verify that the template parameters of a class template partial | Douglas Gregor |
2009-06-11 | Once we have deduced the template arguments of a class template | Douglas Gregor |
2009-06-11 | Add a null check that fixes the crash in PR4362, and make sure to instantiate... | Anders Carlsson |
2009-06-05 | Make TemplateArgumentListBuilder take an ASTContext (because we're probably g... | Anders Carlsson |
2009-06-05 | Make the TemplateArgumentList take a TemplateArgumentListBuilder. | Anders Carlsson |
2009-06-05 | Change the specialization decls to take a TemplateArgumentListBuilder. | Anders Carlsson |