Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit number of bits in size representation so that bit size fit 64 bits. | Serge Pavlov | 2013-07-16 | 1 | -1/+1 |
| | | | | | | This fixes PR8256 and some others. llvm-svn: 186385 | ||||
* | Return QualType() when a too large array is attempting to be created. This | Richard Trieu | 2013-05-16 | 1 | -3/+10 |
| | | | | | | | prevents further errors and some overflows in size calculations. One overflow was previously triggering an assert. llvm-svn: 181970 | ||||
* | Move a test that requires 64-bit mode to a separate test with a triple in | Richard Trieu | 2013-05-15 | 1 | -0/+15 |
the run line. llvm-svn: 181854 |