summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-1/+1
* Handle redeclarations found by ADL deterministically and reasonably.John McCall2010-01-261-0/+38
* Preserve access bits through overload resolution much better. SomeJohn McCall2010-01-261-0/+4
* Implement elementary access control.John McCall2010-01-231-0/+36
* First pass at collecting access-specifier information along inheritance paths.John McCall2010-01-201-2/+8
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-201-35/+27
* When performing qualified name lookup into the current instantiation,Douglas Gregor2010-01-151-3/+22
* Switch the remaining code completions over to LookupVisibleDecls,Douglas Gregor2010-01-141-1/+5
* Typo correction for type names when they appear in declarations, e.g., givenDouglas Gregor2009-12-301-0/+29
* Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria intoJohn McCall2009-12-181-14/+25
* r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall2009-12-021-3/+2
* Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:John McCall2009-12-021-14/+0
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-0/+4
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-4/+9
* Fix LookupResult's sanity-check to handle shadow decls.John McCall2009-11-221-1/+2
* Consider a FunctionTemplate to be an overload all on its lonesome. TrackJohn McCall2009-11-221-4/+18
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-0/+6
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-1/+85
* Split LookupResult into its own header.John McCall2009-11-181-0/+392
OpenPOWER on IntegriCloud