Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |