]> granicus.if.org Git - clang/commit
The value of a const weak variable is not an integer constant.
authorJohn McCall <rjmccall@apple.com>
Thu, 5 Jan 2012 00:13:19 +0000 (00:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 5 Jan 2012 00:13:19 +0000 (00:13 +0000)
commit73076431605556fdbf28d287d084a73a24a8b8d4
treea3f64984f2c867b5ce2829cc31e50d3cf0563186
parentc634f50c5cc892b899659c1743d696766c82afcd
The value of a const weak variable is not an integer constant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147575 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Initialization.h
lib/AST/Decl.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaInit.cpp
test/Sema/array-init.c