summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/class.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-22 16:17:30 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-22 16:17:30 +0000
commit959d5a0cbd78f8e658a8ec203e675ddb164ee879 (patch)
tree033102b117488805f969cc02aaf6c119883e64fc /clang/test/SemaCXX/class.cpp
parent33eee34230986a7fd339383933db93801790a29e (diff)
downloadbcm5719-llvm-959d5a0cbd78f8e658a8ec203e675ddb164ee879.tar.gz
bcm5719-llvm-959d5a0cbd78f8e658a8ec203e675ddb164ee879.zip
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>. llvm-svn: 104443
Diffstat (limited to 'clang/test/SemaCXX/class.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud