]> granicus.if.org Git - clang/commit
Add an assertion so that we don't accidentally build constant arrays of
authorEli Friedman <eli.friedman@gmail.com>
Fri, 29 May 2009 20:17:55 +0000 (20:17 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 29 May 2009 20:17:55 +0000 (20:17 +0000)
commit587cbdfd95f4b0aaccc14b31f5debe85d5daf7ed
tree6defedc63ee77093df7492cc4ee30d7943e8872d
parentbdad6b69f1214fb20116795f8e8cbf881e3017c6
Add an assertion so that we don't accidentally build constant arrays of
VLAs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72587 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/Sema/SemaInit.cpp