1. e7545b3 Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev. by Alexey Bataev · 9 years ago
  2. 774c6d0 Allow transformation of VariableArray to ConstantArray. by Serge Pavlov · 12 years ago
  3. 44ecdbd Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 13 years ago
  4. 6c926cc Implement -Wvla correctly by Dmitri Gribenko · 13 years ago
  5. dd053f6 Misc improvements to the diagnostic when a variable is odr-used in a context that is not allowed to capture variables. by Eli Friedman · 14 years ago
  6. f7f102f Fix a crash involving a multi-dimensional dependent VLA. PR11744. by Eli Friedman · 14 years ago
  7. e434590 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 14 years ago
  8. f35de48 when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant by Chris Lattner · 14 years ago
  9. 3999e15 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 15 years ago
  10. 9a41445 Don't complain about VLAs of non-POD types when the array type is by Douglas Gregor · 15 years ago
  11. 5a5073e Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 15 years ago
  12. a09387d It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 15 years ago
  13. 4b636a7 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 15 years ago
  14. 5e8c8c0 Even though we don't unique VLA types, we still need to build a by Douglas Gregor · 15 years ago
  15. 959d5a0 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 15 years ago