]> granicus.if.org Git - clang/commit
Forbid address spaces on compound literals in local scope.
authorJohn McCall <rjmccall@apple.com>
Wed, 5 Sep 2018 19:22:40 +0000 (19:22 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 5 Sep 2018 19:22:40 +0000 (19:22 +0000)
commit8c8125ea1c86021e66a97d3a9054b7cf236632e7
tree19bb8b89fbb9902af276d04cebe80f1db2c41c0d
parentd129f5ed08c4a70865be7465510f4651aa4f40fa
Forbid address spaces on compound literals in local scope.

Patch by Bevin Hansson!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341491 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/Sema/address_spaces.c