| commit | b9689bb46f5b28f035f24f70e1b165f6b4514425 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Nov 01 17:14:12 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Nov 01 17:14:12 2011 +0000 |
| tree | 81151cb2754ba96d64c22eebf89d9446250087a0 | |
| parent | fec0992acaf273f1c98c883c822e1db3cda3c9cf [diff] |
[libclang] For a class extension, give it a unique USR but for any property or ivar it contains give it a USR based on its semantic context, which is the interface. This follows what we already did for objc methods. rdar://10371669 llvm-svn: 143464