]> granicus.if.org Git - clang/commit
ISO/IEC TR 18037
authorNate Begeman <natebegeman@mac.com>
Fri, 14 Mar 2008 00:22:18 +0000 (00:22 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 14 Mar 2008 00:22:18 +0000 (00:22 +0000)
commit5af27e02917089dd107c58c1cfdb064544010773
treed110084294de9933bde330641ec64a7cd0ed5bdd
parent2b59a2cbfdb93fcf1a4a303e1ea7753ff1c7b319
ISO/IEC TR 18037
An address space name cannot be used to qualify an object that has automatic
storage duration.  Still not catching ASQual'd allocas of array type, just
scalars at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48350 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
include/clang/Basic/DiagnosticKinds.def
test/Sema/address_spaces.c