commit | 23173d7f029f430611caceea72ae61ba6b80af1c | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue May 18 21:09:07 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue May 18 21:09:07 2010 +0000 |
tree | a5f488b4837ef504fdf4f80c4e867694a2b2cb1c | |
parent | bf1ee342a298d5845c18ef28b2d5b921a1a291d0 [diff] |
Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current design limitation in how we handle Objective-C class extensions. This was causing the CursorVisitor to essentially visit an @property twice (once in the @interface, the other in the class extension). Fixes <rdar://problem/7410145>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104055 91177308-0d34-0410-b5e6-96231b3b80d8