| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -5/+4 |
| * | PODify LookupResult, for a measly 1% speedup on Cocoa.h. | Douglas Gregor | 2009-01-17 | 1 | -72/+49 |
| * | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor | 2009-01-17 | 1 | -0/+1 |
| * | Improve diagnostics for ambiguous name lookup results | Douglas Gregor | 2009-01-16 | 1 | -5/+21 |
| * | Fix some unused variable, control reaches end of non-void function, | Daniel Dunbar | 2009-01-15 | 1 | -1/+1 |
| * | Deallocate the BasePaths structure that we allocate for LookupResult. | Douglas Gregor | 2009-01-15 | 1 | -0/+35 |
| * | Initial implementation of member name lookup | Douglas Gregor | 2009-01-15 | 1 | -5/+178 |
| * | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -0/+422 |

