summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/using-decl-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't be so eager to replace UsingDecls in a DeclContext's lookup table;Argyrios Kyrtzidis2010-11-041-0/+18
| | | | | | check that the TargetNestedNameDecl is the same first. llvm-svn: 118239
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
| | | | | | | | | | therefore not creating ElaboratedTypes, which are still pretty-printed with the written tag). Most of these testcase changes were done by script, so don't feel too sorry for my fingers. llvm-svn: 98149
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-081-1/+1
| | | | | | declarations. llvm-svn: 90843
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+11
| | | | llvm-svn: 90614
* 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