| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor | 2009-05-11 | 1 | -5/+97 |
| * | More improvements to namespace aliases. We now support everything except alia... | Anders Carlsson | 2009-03-28 | 1 | -0/+4 |
| * | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor | 2009-03-27 | 1 | -5/+8 |
| * | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor | 2009-03-26 | 1 | -4/+4 |
| * | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor | 2009-03-26 | 1 | -24/+63 |
| * | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor | 2009-03-19 | 1 | -0/+15 |
| * | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -47/+17 |
| * | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor | 2009-03-18 | 1 | -11/+52 |
| * | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor | 2009-03-11 | 1 | -0/+30 |
| * | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -0/+11 |
| * | Add svn:eol-style=native to some files | Cedric Venet | 2009-02-14 | 1 | -106/+106 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -8/+2 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Add support for declaring pointers to members. | Sebastian Redl | 2009-01-24 | 1 | -0/+1 |
| * | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -61/+17 |
| * | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor | 2009-01-08 | 1 | -1/+1 |
| * | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -1/+1 |
| * | Delay parsing of default arguments of member functions until the class | Douglas Gregor | 2008-12-16 | 1 | -1/+7 |
| * | Partial fix for qualified name lookup, such that the lookup of N in | Douglas Gregor | 2008-12-16 | 1 | -12/+11 |
| * | Make name lookup when we're inside a declarator's scope, such as ClassName::f... | Douglas Gregor | 2008-12-16 | 1 | -6/+5 |
| * | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor | 2008-12-11 | 1 | -6/+7 |
| * | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -3/+22 |
| * | stop calling II::getName() unnecesarily in sema | Chris Lattner | 2008-11-19 | 1 | -2/+2 |
| * | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor | 2008-11-17 | 1 | -5/+6 |
| * | Implement Sema support for C++ nested-name-specifiers. | Argyrios Kyrtzidis | 2008-11-08 | 1 | -0/+131 |