]> granicus.if.org Git - clang/commit
Diagnose attributes 'optnone' and 'minsize' on the same declaration.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Wed, 10 Dec 2014 23:34:36 +0000 (23:34 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Wed, 10 Dec 2014 23:34:36 +0000 (23:34 +0000)
commit0a37dbd750e8108554552b9fe4a0df8c9de23e65
treeb5a7e2710fc3b2c25e25af4accdfc9f50078f892
parentdc4cf2db23a900a428fb3b42b8aa402e0cdaefe8
Diagnose attributes 'optnone' and 'minsize' on the same declaration.

Eventually we'll diagnose them on different declarations, but let's
get this part out of the way first.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/attr-optnone.c
test/SemaCXX/attr-optnone.cpp
test/SemaCXX/pragma-optimize.cpp