]> granicus.if.org Git - clang/commit
Hey, maybe we shouldn't silently ignore decl attributes
authorJohn McCall <rjmccall@apple.com>
Sat, 1 Oct 2011 05:17:03 +0000 (05:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 1 Oct 2011 05:17:03 +0000 (05:17 +0000)
commite82247a71a1a76e78f3b979b64d5f6412ab40266
treedfe73fd7a7b7b163bee57b7bbadf0a54416dafdb
parent130e5efd29a52a7cbd17c7b4a4744a320ee29692
Hey, maybe we shouldn't silently ignore decl attributes
on declarators written as types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140931 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/AttributeList.h
include/clang/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaType.cpp
test/Parser/MicrosoftExtensions.c
test/Sema/types.c