]> granicus.if.org Git - clang/commit
objective-C: Do not warn if align attribute on method
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Aug 2012 23:50:13 +0000 (23:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Aug 2012 23:50:13 +0000 (23:50 +0000)
commit129a60b35a8a06a3b245f87bee56458979b32ba2
tree875cd8066ca74ce4b219e8c7ccf9568ff12a77b6
parentc831d8b977a09bf2907d03128b48b5c914a2fafd
objective-C: Do not warn if align attribute on method
declaration is not provided. It is only necessary on
the method implementation. // rdar://11593375

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/method-attributes.m