aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Lookup.h
AgeCommit message (Expand)Author
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-08-11Added locations and type source info for DeclarationName.Abramo Bagnara
2010-06-16Fix a point of semantics with using declaration hiding: method templatesJohn McCall
2010-04-24Recommit r102215, this time being more careful to only set the "principalJohn McCall
2010-04-24Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel
2010-04-23Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall
2010-04-12Implement C++ [temp.local]p4, which specifies how we eliminateDouglas Gregor
2010-04-06Implement the protected access restriction ([class.protected]), which requiresJohn McCall
2010-03-25Handle simple friend-class decls in class templates better by ensuring thatJohn McCall
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-26Handle redeclarations found by ADL deterministically and reasonably.John McCall
2010-01-26Preserve access bits through overload resolution much better. SomeJohn McCall
2010-01-23Implement elementary access control.John McCall
2010-01-20First pass at collecting access-specifier information along inheritance paths.John McCall
2010-01-20Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall
2010-01-15When performing qualified name lookup into the current instantiation,Douglas Gregor
2010-01-14Switch the remaining code completions over to LookupVisibleDecls,Douglas Gregor
2009-12-30Typo correction for type names when they appear in declarations, e.g., givenDouglas Gregor
2009-12-18Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria intoJohn McCall
2009-12-02r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall
2009-12-02Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:John McCall
2009-11-30Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall
2009-11-24Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall
2009-11-22Fix LookupResult's sanity-check to handle shadow decls.John McCall
2009-11-22Consider a FunctionTemplate to be an overload all on its lonesome. TrackJohn McCall
2009-11-21"Incremental" progress on using expressions, by which I mean totally rippingJohn McCall
2009-11-18Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall
2009-11-18Split LookupResult into its own header.John McCall