Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR6037 | Nathan Sidwell | 2015-01-19 | 1 | -1/+1 |
| | | | | | | Warn on inaccessible direct base llvm-svn: 226423 | ||||
* | Don't use dyn_cast on a Type* which might not be canonical. Fixes an ↵ | Richard Smith | 2012-12-06 | 1 | -0/+15 |
| | | | | | | extremely obscure record layout bug. llvm-svn: 169467 | ||||
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Recommit r148056 with fixes to deal with weirdness with bitfields in unions. | Eli Friedman | 2012-01-12 | 1 | -0/+11 |
| | | | | | | Original message: Make sure adding a field to a struct never reduces its size. PR11745. llvm-svn: 148070 | ||||
* | Revert r148056 while I investigate failures. | Eli Friedman | 2012-01-12 | 1 | -11/+0 |
| | | | | llvm-svn: 148068 | ||||
* | Make sure adding a field to a struct never reduces its size. PR11745. | Eli Friedman | 2012-01-12 | 1 | -0/+11 |
| | | | | llvm-svn: 148056 | ||||
* | Correctly handle fields with virtual bases containing empty subobjects. | Anders Carlsson | 2010-06-08 | 1 | -1/+27 |
| | | | | llvm-svn: 105628 | ||||
* | Another empty class layout test. | Anders Carlsson | 2010-05-27 | 1 | -4/+12 |
| | | | | llvm-svn: 104839 | ||||
* | Add more empty class layout tests. | Anders Carlsson | 2010-05-27 | 1 | -0/+26 |
| | | | | llvm-svn: 104838 | ||||
* | When recording empty subobjects we should always look at the primary virtual ↵ | Anders Carlsson | 2010-05-23 | 1 | -0/+18 |
| | | | | | | base. llvm-svn: 104464 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Start at NextOffset when laying out bases as well. | Anders Carlsson | 2009-09-26 | 1 | -0/+4 |
| | | | | llvm-svn: 82831 | ||||
* | Use NextOffset when laying out a field. | Anders Carlsson | 2009-09-26 | 1 | -0/+5 |
| | | | | llvm-svn: 82828 | ||||
* | Even more work on empty classes. | Anders Carlsson | 2009-09-25 | 1 | -0/+14 |
| | | | | llvm-svn: 82770 | ||||
* | Who would have thought that empty classes were so tricky? Handle cases where ↵ | Anders Carlsson | 2009-09-25 | 1 | -1/+15 |
| | | | | | | an empty virtual base class needs to be moved aside because it conflicts with the first field. llvm-svn: 82746 | ||||
* | Handle array fields that contain empty structs. | Anders Carlsson | 2009-09-25 | 1 | -3/+8 |
| | | | | llvm-svn: 82744 | ||||
* | More work on empty classes. | Anders Carlsson | 2009-09-25 | 1 | -0/+7 |
| | | | | llvm-svn: 82736 | ||||
* | More improvements with laying out empty bases. | Anders Carlsson | 2009-09-24 | 1 | -0/+7 |
| | | | | llvm-svn: 82682 | ||||
* | More work on empty classes. | Anders Carlsson | 2009-09-24 | 1 | -0/+12 |
llvm-svn: 82679 |