]> granicus.if.org Git - clang/commit
Correctly error on arrays with automatic storage full of objects with
authorNate Begeman <natebegeman@mac.com>
Fri, 14 Mar 2008 18:07:10 +0000 (18:07 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 14 Mar 2008 18:07:10 +0000 (18:07 +0000)
commitc8e89a8ce5057750c338854085dca26f8d3136ac
tree51e6e599d95919085726368000f3ed2d7b59d404
parent63bbe5312cd89ce0ceb684bff68c5baef636e93c
Correctly error on arrays with automatic storage full of objects with
non-default address space, and fix comment.
Add a test for this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48366 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
test/Sema/address_spaces.c