Age | Commit message (Expand) | Author |
2009-10-12 | Permit explicit specialization of member functions of class templates | Douglas Gregor |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-08 | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor |
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 | 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-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-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-10-01 | When the return type of a function is dependent, don't perform any | Douglas Gregor |
2009-09-30 | Add an error for function parameters that have a qualified address space sinc... | Tanya Lattner |
2009-09-28 | Provide a custom diagnostic when code tries to use an unknown builtin | Douglas Gregor |
2009-09-28 | Make sure that out-of-line function and variable definitions are not | Douglas Gregor |
2009-09-28 | Teach Sema::isDeclInScope to handle overload sets constructed from | Douglas Gregor |
2009-09-26 | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor |
2009-09-25 | Use explicitly-specified template argument lists to help naming | Douglas Gregor |
2009-09-25 | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor |
2009-09-24 | WIP implementation of explicit function template specialization. This | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-17 | Merge uninstantiated default arguments more carefully, and try not to | Douglas Gregor |
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-13 | Perform the C++ specific semantic checks of a function declaration after it's... | Anders Carlsson |
2009-09-13 | Rework the way we determine whether an externally visible symbol is | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-11 | Support elaborated dependent types and diagnose tag mismatches. | John McCall |
2009-09-09 | Don't bother to perform any initialization for a variable declaration | Douglas Gregor |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Fix a thinko | Douglas Gregor |
2009-09-09 | Allow a declaration of an array to complete a prior, incomplete | Douglas Gregor |
2009-09-08 | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner |
2009-09-07 | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall |
2009-09-03 | Patch to instantiate destructors used to destruct | Fariborz Jahanian |
2009-09-02 | Borrow a friend class's previous declaration's access specifier regardless of | John McCall |
2009-09-02 | When adding a friend class declaration to the lookup tables, use the access s... | John McCall |
2009-09-02 | Ensure that the tag decls of friend decls aren't added to the friending class's | John McCall |
2009-08-31 | Fix bug 4784 and allow friend declarations to properly extend | John McCall |
2009-08-30 | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson |
2009-08-29 | Add another check for UnresolvedUsingDecl. | Anders Carlsson |
2009-08-28 | Make sure we actually found a redeclaration before complaining about attribut... | Douglas Gregor |
2009-08-28 | Check for UnresolvedUsingDecl when determining if a declaration is a redeclar... | Anders Carlsson |
2009-08-28 | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall |