summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-681/+0
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-10/+37
* Fix a point of semantics with using declaration hiding: method templatesJohn McCall2010-06-161-0/+5
* Recommit r102215, this time being more careful to only set the "principalJohn McCall2010-04-241-6/+1
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-1/+6
* Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall2010-04-231-6/+1
* Implement C++ [temp.local]p4, which specifies how we eliminateDouglas Gregor2010-04-121-0/+5
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-0/+13
* Handle simple friend-class decls in class templates better by ensuring thatJohn McCall2010-03-251-0/+6
* 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