]> granicus.if.org Git - clang/commit
Remove support for arrays of runtime bound in C++1y, now they have been voted
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2013 00:19:43 +0000 (00:19 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2013 00:19:43 +0000 (00:19 +0000)
commit8a3f9e46cb988d2c664395b21910091e3730ae82
treeb2260cc97aea4cc3086e46f6dedcdb6f8adf49a6
parent8712ded79d0e80e6a4158682f78626637ad90a7a
Remove support for arrays of runtime bound in C++1y, now they have been voted
out of the working paper. This reverts r179962 and r179992.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191718 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaStmt.cpp
lib/Sema/SemaType.cpp
test/SemaCXX/cxx1y-array-runtime-bound.cpp [deleted file]
test/SemaCXX/cxx98-compat-pedantic.cpp