1. d7c56e1 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 13 years ago
  2. e1eed38 when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant by Chris Lattner · 13 years ago
  3. a075076 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 14 years ago
  4. 204ce17 Don't complain about VLAs of non-POD types when the array type is by Douglas Gregor · 14 years ago
  5. 836adf6 Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 14 years ago
  6. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  7. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  8. 715e9c8 Even though we don't unique VLA types, we still need to build a by Douglas Gregor · 14 years ago
  9. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago