Age | Commit message (Expand) | Author |
2009-11-22 | Consider a FunctionTemplate to be an overload all on its lonesome. Track | John McCall |
2009-11-21 | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall |
2009-11-18 | Overhaul previous-declaration and overload checking to work on lookup results | John McCall |
2009-11-18 | Split LookupResult into its own header. | John McCall |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Temporarily unbreak the clang-on-llvm tests. :) Not going to fix unresolved | John McCall |
2009-11-17 | Store "sugared" decls in LookupResults (i.e. decl aliases like using declarat... | John McCall |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-11 | Create a new Scope when parsing a declaration with a C++ scope specifier. | John McCall |
2009-11-10 | Fix a similar problem with qualified lookup through using directives, | John McCall |
2009-11-10 | Make a somewhat more convincing test case for unqualified lookup through | John McCall |
2009-11-10 | Fix unqualified lookup through using directives. | John McCall |
2009-10-25 | Ignore dependent bases in ADL. Fixes PR5271. | Sebastian Redl |
2009-10-23 | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Dead Code Elimination | Douglas Gregor |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-07 | Dead code elimination. | John McCall |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-11 | When performing name lookup within a class template or class template | Douglas Gregor |
2009-09-10 | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-08-28 | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-24 | Skip transparent contexts when performing C++ name lookup | Douglas Gregor |
2009-08-11 | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall |
2009-08-07 | Just add global scope to the associated namespaces set instead of tracking it | John McCall |
2009-08-06 | First pass at friend semantics. | John McCall |
2009-08-05 | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-29 | [llvm up] | Douglas Gregor |
2009-07-21 | Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn... | Argyrios Kyrtzidis |
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-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-08 | Fix a corner case with argument-dependent lookup and overloaded function sets. | Douglas Gregor |
2009-07-08 | Improve argument-dependent lookup to find associated classes and | Douglas Gregor |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-27 | Improve support for overloaded operator templates. | Douglas Gregor |
2009-06-26 | Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa... | Anders Carlsson |
2009-06-26 | See through UsingDecls in more places. | Anders Carlsson |
2009-06-26 | Fix failing test. | Anders Carlsson |
2009-06-26 | Fix another assert related to using decls. | Anders Carlsson |