aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/nested-name-spec.cpp
AgeCommit message (Expand)Author
2008-12-26Add support for out-of-line definitions of conversion functions and member op...Douglas Gregor
2008-12-16Partial fix for qualified name lookup, such that the lookup of N inDouglas Gregor
2008-12-15Diagnose erroneous uses of out-of-line member definitions and scopeDouglas Gregor
2008-11-23make the 'to match this' diagnostic a note.Chris Lattner
2008-11-23add support for inserting a DeclarationName into a diagnostic directlyChris Lattner
2008-11-19Take care another assert:Argyrios Kyrtzidis
2008-11-19Fix this:Argyrios Kyrtzidis
2008-11-09Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...Argyrios Kyrtzidis
2008-11-08Implement Sema support for C++ nested-name-specifiers.Argyrios Kyrtzidis