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