[PATCH] D156565: Diagnose use of VLAs in C++ by default

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 28 12:36:29 PDT 2023


jrtc27 added a comment.

Given GCC defines GNU C++ and regards this as a feature (unless you use things like -pedantic to ask for ISO C++), does it make sense to enable this for GNU C++? Every deviation from GCC is a point of friction for adopting Clang over GCC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156565/new/

https://reviews.llvm.org/D156565



More information about the cfe-commits mailing list