Put -Wvla into the -Wgnu warning group

llvm-svn: 104606
This commit is contained in:
Douglas Gregor 2010-05-25 15:04:55 +00:00
parent a6714e8a43
commit 4fb17cc6f8
1 changed files with 1 additions and 1 deletions

View File

@ -195,4 +195,4 @@ def NonGCC : DiagGroup<"non-gcc",
[SignCompare, Conversion, LiteralRange]>;
// A warning group for warnings about GCC extensions.
def GNU : DiagGroup<"gnu", [GNUDesignator]>;
def GNU : DiagGroup<"gnu", [GNUDesignator, VLA]>;