| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ... | Chris Lattner | 2011-06-14 | 1 | -0/+9 |
| * | Reject the allocation of variably-modified types in C++ 'new' | Douglas Gregor | 2010-10-06 | 1 | -0/+7 |
| * | Don't complain about VLAs of non-POD types when the array type is | Douglas Gregor | 2010-05-24 | 1 | -0/+14 |
| * | Make sure that we instantiate variably modified types, even if they | Douglas Gregor | 2010-05-24 | 1 | -0/+10 |
| * | It turns out that people love using VLAs in templates, too. Weaken our | Douglas Gregor | 2010-05-23 | 1 | -4/+5 |
| * | Put the VLA-is-an-extension warning into its own warning group (-Wvla) | Douglas Gregor | 2010-05-23 | 1 | -7/+8 |
| * | Even though we don't unique VLA types, we still need to build a | Douglas Gregor | 2010-05-23 | 1 | -0/+10 |
| * | Implement support for variable length arrays in C++. VLAs are limited | Douglas Gregor | 2010-05-22 | 1 | -0/+80 |

