]> granicus.if.org Git - clang/commit
Add parsing support in an Objective-C method declaration for attributes between
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Apr 2009 17:55:29 +0000 (17:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Apr 2009 17:55:29 +0000 (17:55 +0000)
commit77755a57c9e85418626ac64c0d38975d5fa9aded
treefcd05f9dd5763f0977979d53db5291b33121c306
parent940ab971c580ca03da2e68ec92b9c0f7acfe6988
Add parsing support in an Objective-C method declaration for attributes between
the return type and selector. Haven't hooked this up to Sema yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseObjc.cpp
test/Analysis/retain-release.m