summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/using-decl-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-1/+1
* [Sema] Prevent using member declaration diagnostic if the base class is invalid.Eric Fiselier2016-10-101-0/+9
* Fix a crash on invalid with template handlingRichard Trieu2016-04-051-1/+1
* Fix assert if an attempt is made to explicitly instantiate an alias template.Richard Smith2013-06-221-1/+8
* Add a testcase which uses an UnresolvedUsingTypenameDecl as the base of an NNS.Eli Friedman2013-06-201-0/+5
* Fix Sema::CorrectTypo to ignore found but unresolved symbolsKaelyn Uhrain2011-09-071-0/+17
* Don't be so eager to replace UsingDecls in a DeclContext's lookup table;Argyrios Kyrtzidis2010-11-041-0/+18
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-081-1/+1
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+11
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-2/+2
* CreateDeclRefExprs that point to UnresolvedUsingDecls.Anders Carlsson2009-08-291-0/+6
* Add another check for UnresolvedUsingDecl.Anders Carlsson2009-08-291-0/+8
* Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...Anders Carlsson2009-08-281-0/+6
* Instantiate unresolved using declarations.Anders Carlsson2009-08-281-0/+16
OpenPOWER on IntegriCloud