| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall | 2009-10-10 | 1 | -33/+194 |
* | Dead Code Elimination | Douglas Gregor | 2009-10-09 | 1 | -20/+0 |
* | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -545/+226 |
* | Dead code elimination. | John McCall | 2009-10-07 | 1 | -20/+1 |
* | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor | 2009-10-06 | 1 | -14/+39 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -6/+6 |
* | When performing name lookup within a class template or class template | Douglas Gregor | 2009-09-11 | 1 | -3/+2 |
* | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor | 2009-09-10 | 1 | -20/+22 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -128/+128 |
* | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -23/+18 |
* | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall | 2009-08-28 | 1 | -3/+10 |
* | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -33/+40 |
* | Skip transparent contexts when performing C++ name lookup | Douglas Gregor | 2009-08-24 | 1 | -0/+3 |
* | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall | 2009-08-11 | 1 | -20/+9 |
* | Just add global scope to the associated namespaces set instead of tracking it | John McCall | 2009-08-07 | 1 | -74/+62 |
* | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -0/+20 |
* | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman | 2009-08-05 | 1 | -5/+5 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -5/+5 |
* | [llvm up] | Douglas Gregor | 2009-07-29 | 1 | -2/+1 |
* | Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn... | Argyrios Kyrtzidis | 2009-07-21 | 1 | -7/+0 |
* | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -1/+1 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -5/+5 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -4/+4 |
* | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -1/+1 |
* | Fix a corner case with argument-dependent lookup and overloaded function sets. | Douglas Gregor | 2009-07-08 | 1 | -9/+16 |
* | Improve argument-dependent lookup to find associated classes and | Douglas Gregor | 2009-07-08 | 1 | -3/+102 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -6/+6 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
* | Improve support for overloaded operator templates. | Douglas Gregor | 2009-06-27 | 1 | -11/+17 |
* | Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa... | Anders Carlsson | 2009-06-26 | 1 | -29/+12 |
* | See through UsingDecls in more places. | Anders Carlsson | 2009-06-26 | 1 | -6/+14 |
* | Fix failing test. | Anders Carlsson | 2009-06-26 | 1 | -1/+3 |
* | Fix another assert related to using decls. | Anders Carlsson | 2009-06-26 | 1 | -0/+3 |
* | When creating LookupResults, see through UsingDecls. Fixes PR4450. | Anders Carlsson | 2009-06-26 | 1 | -2/+6 |
* | Improved semantic analysis and AST respresentation for function | Douglas Gregor | 2009-06-25 | 1 | -11/+22 |
* | Make sure that argument-dependent lookup looks into the global scope | Douglas Gregor | 2009-06-23 | 1 | -13/+45 |
* | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -2/+4 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -1/+1 |
* | Diagnose class members that shadow a template parameter. Fixes | Douglas Gregor | 2009-06-17 | 1 | -2/+2 |
* | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -0/+1 |
* | Improve name lookup for and template instantiation of declaration | Douglas Gregor | 2009-05-27 | 1 | -1/+2 |
* | Fix sorting of using directives, from Jay Foad | Douglas Gregor | 2009-05-18 | 1 | -1/+1 |
* | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -13/+11 |
* | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor | 2009-05-11 | 1 | -6/+29 |
* | Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also | Douglas Gregor | 2009-04-24 | 1 | -12/+16 |
* | Eliminate Sema::ObjCInterfaceDecls | Douglas Gregor | 2009-04-24 | 1 | -3/+0 |
* | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor | 2009-04-24 | 1 | -5/+35 |
* | Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in | Douglas Gregor | 2009-04-23 | 1 | -0/+14 |
* | Lazy deserialization of the declaration chains associated with | Douglas Gregor | 2009-04-21 | 1 | -11/+0 |
* | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -0/+11 |