[PATCH] D18823: Implementation of VlA of GNU C++ extension

Vladimir Yakovlev via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 05:25:24 PDT 2016


vbyakovl created this revision.
vbyakovl added a reviewer: aaron.s.wishnick.
vbyakovl added subscribers: DmitryPolukhin, cfe-commits.

This implements GNU C++ extension "Variable length array". This works under -std=gnu++98.

http://reviews.llvm.org/D18823

Files:
  llvm/tools/clang/lib/CodeGen/CGClass.cpp
  llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
  llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
  llvm/tools/clang/lib/Sema/SemaType.cpp
  llvm/tools/clang/test/CodeGenCXX/vla-consruct.cpp
  llvm/tools/clang/test/SemaCXX/c99-variable-length-array.cpp
  llvm/tools/clang/test/SemaCXX/vla.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18823.52779.patch
Type: text/x-patch
Size: 11458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160406/8a55ee6b/attachment-0001.bin>


More information about the cfe-commits mailing list