diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-05-22 16:17:30 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-05-22 16:17:30 +0000 |
commit | 0fddb97901dbe36a8253dee29961cba8e0a87cf6 (patch) | |
tree | 2744155a000f164f9b0b3a59211a8272d2c5ac4d /lib/CodeGen/CGClass.cpp | |
parent | e229b9dd546e7654e9b23664cc1b16be887b7770 (diff) |
Implement support for variable length arrays in C++. VLAs are limited
in several important ways:
- VLAs of non-POD types are not permitted.
- VLAs cannot be used in conjunction with C++ templates.
These restrictions are intended to keep VLAs out of the parts of the
C++ type system where they cause the most trouble. Fixes PR5678 and
<rdar://problem/8013618>.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGClass.cpp')
0 files changed, 0 insertions, 0 deletions