Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put each test in class-layout.cpp into a separate namespace. | Anders Carlsson | 2010-12-05 | 1 | -9/+15 |
* | Use a more appropriate LLVM type for the vtable pointer. | Anders Carlsson | 2010-05-05 | 1 | -2/+2 |
* | Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one. | Anders Carlsson | 2009-12-16 | 1 | -0/+4 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | No need to add tail padding if the resulting LLVM struct type will have the s... | Anders Carlsson | 2009-12-08 | 1 | -2/+6 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ... | Anders Carlsson | 2009-07-27 | 1 | -0/+5 |