summaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-decl-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Don't segfault on incorrect using directive (PR41400)Gauthier Harnisch2019-06-141-0/+7
* When typo-correcting a using-declaration, actually correct the name of theRichard Smith2016-05-141-0/+35
* Fix bug in using shadow decl checking: a using shadow decl should not conflictRichard Smith2016-02-271-0/+23
* Model NamespaceAliasDecls as having their nominated namespace as an underlyingRichard Smith2015-12-291-3/+1
* Look through using decls when classifying implicit member accessReid Kleckner2015-10-201-0/+13
* Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...Reid Kleckner2015-10-201-50/+1
* Diagnose UnresolvedLookupExprs that resolve to instance members in static met...Reid Kleckner2015-10-171-1/+50
* PR24030, PR24033: Consistently check whether a new declaration conflicts withRichard Smith2015-07-061-0/+64
* Fix diagnostic for static methods referencing fields from using declsReid Kleckner2014-12-181-0/+8
* Make typo-correction of inheriting constructors work a bit better. LimitRichard Smith2014-05-011-7/+27
* When typo-correcting a member using declaration, don't exclude member templates.Richard Smith2014-04-301-24/+35
* When typo-correcting a member using-declaration, only consider members of bas...Richard Smith2014-04-301-7/+4
* Fix crash if typo correction corrects a member using-declaration to aRichard Smith2014-04-301-0/+33
* Fix handling of redeclaration lookup for using declarations, where the priorRichard Smith2014-04-111-0/+34
* Restrict redeclaration of tags introduced by using decls to MSVCCompatAlp Toker2014-01-181-21/+0
* Permit redeclaration of tags introduced by using declsAlp Toker2014-01-171-0/+21
* Be smarter about deciding to add a leading '::' to aKaelyn Uhrain2013-10-191-6/+6
* Offer typo suggestions for 'using' declarations.Kaelyn Uhrain2013-07-101-0/+42
* When checking a using declaration, make sure that the context we'reDouglas Gregor2010-12-211-0/+10
* Diagnose attempst to template using declarations and using directives.John McCall2010-11-101-0/+13
* Handle redeclarations found by ADL deterministically and reasonably.John McCall2010-01-261-0/+18
* Allow ADL to find functions imported by using decls. Leave wordy commentJohn McCall2010-01-261-0/+17
* Handle using declarations in overloaded and template functions during ADL andChandler Carruth2009-12-291-0/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t...Anders Carlsson2009-12-091-0/+4
* When adding the underlying declaration of a decl to a lookup-resultsDouglas Gregor2009-11-151-0/+21
* Teach Sema::isDeclInScope to handle overload sets constructed fromDouglas Gregor2009-09-281-0/+11
* Fix another assert related to using decls.Anders Carlsson2009-06-261-0/+8