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