Age | Commit message (Expand) | Author |
---|---|---|
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 |