| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix assert if an attempt is made to explicitly instantiate an alias template. | Richard Smith | 2013-06-22 | 1 | -1/+8 |
| | | | | | | | Patch by Ismail Pazarbasi! llvm-svn: 184650 | ||||
| * | Add a testcase which uses an UnresolvedUsingTypenameDecl as the base of an NNS. | Eli Friedman | 2013-06-20 | 1 | -0/+5 |
| | | | | | llvm-svn: 184386 | ||||
| * | Fix Sema::CorrectTypo to ignore found but unresolved symbols | Kaelyn Uhrain | 2011-09-07 | 1 | -0/+17 |
| | | | | | llvm-svn: 139252 | ||||
| * | Don't be so eager to replace UsingDecls in a DeclContext's lookup table; | Argyrios Kyrtzidis | 2010-11-04 | 1 | -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 (and | John McCall | 2010-03-10 | 1 | -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 Dunbar | 2009-12-15 | 1 | -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 using | John McCall | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | declarations. llvm-svn: 90843 | ||||
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+11 |
| | | | | | llvm-svn: 90614 | ||||
| * | 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 | |||||

