Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test for no-asserts builds. | John McCall | 2010-09-17 | 1 | -1/+1 |
* | Currently we're initializing the vtable pointers of a class only after | John McCall | 2010-09-17 | 1 | -0/+32 |
* | When adding initializers to a constructor, be sure that we are looking | Douglas Gregor | 2010-03-26 | 1 | -0/+21 |
* | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor | 2009-12-19 | 1 | -1/+22 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -13/+14 |
* | Array member construction in prologue of user-declared | Fariborz Jahanian | 2009-08-21 | 1 | -0/+3 |
* | Patch to provide cast of objects in member access | Fariborz Jahanian | 2009-07-29 | 1 | -2/+4 |
* | More cleanup of data member access and then some. | Fariborz Jahanian | 2009-07-28 | 1 | -0/+3 |
* | More work toward data member access ir-gen. | Fariborz Jahanian | 2009-07-28 | 1 | -0/+3 |
* | ir-gen for non-virtual base class initialization | Fariborz Jahanian | 2009-07-25 | 1 | -0/+49 |