Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -2/+2 |
| | | | | | | | | | | two classes, one for typenames and one for values; this seems to have some support from Doug if not necessarily from the extremely-vague-on-this-point standard. Track the location of the 'typename' keyword in a using-typename decl. Make a new lookup result for unresolved values and deal with it in most places. llvm-svn: 89184 | ||||
* | CreateDeclRefExprs that point to UnresolvedUsingDecls. | Anders Carlsson | 2009-08-29 | 1 | -0/+6 |
| | | | | llvm-svn: 80413 | ||||
* | Add another check for UnresolvedUsingDecl. | Anders Carlsson | 2009-08-29 | 1 | -0/+8 |
| | | | | llvm-svn: 80412 | ||||
* | Check for UnresolvedUsingDecl when determining if a declaration is a ↵ | Anders Carlsson | 2009-08-28 | 1 | -0/+6 |
| | | | | | | redeclaration or not. llvm-svn: 80383 | ||||
* | Instantiate unresolved using declarations. | Anders Carlsson | 2009-08-28 | 1 | -0/+16 |
llvm-svn: 80366 |