Age | Commit message (Expand) | Author |
---|---|---|
2010-10-06 | Reject the allocation of variably-modified types in C++ 'new' | Douglas Gregor |
2010-05-24 | Don't complain about VLAs of non-POD types when the array type is | Douglas Gregor |
2010-05-24 | Make sure that we instantiate variably modified types, even if they | Douglas Gregor |
2010-05-23 | It turns out that people love using VLAs in templates, too. Weaken our | Douglas Gregor |
2010-05-23 | Put the VLA-is-an-extension warning into its own warning group (-Wvla) | Douglas Gregor |
2010-05-23 | Even though we don't unique VLA types, we still need to build a | Douglas Gregor |
2010-05-22 | Implement support for variable length arrays in C++. VLAs are limited | Douglas Gregor |