summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/using-decl-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-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 Carlsson2009-08-291-0/+6
| | | | llvm-svn: 80413
* Add another check for UnresolvedUsingDecl.Anders Carlsson2009-08-291-0/+8
| | | | llvm-svn: 80412
* Check for UnresolvedUsingDecl when determining if a declaration is a ↵Anders Carlsson2009-08-281-0/+6
| | | | | | redeclaration or not. llvm-svn: 80383
* Instantiate unresolved using declarations.Anders Carlsson2009-08-281-0/+16
llvm-svn: 80366
OpenPOWER on IntegriCloud