Skip to content
Commit 49be9e08 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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>.

llvm-svn: 104055
parent 6338d159
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment