Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [index] libclang: Make sure to treat forward ObjC protocols as ↵ | Argyrios Kyrtzidis | 2016-03-09 | 1 | -4/+4 |
| | | | | | | | | ObjCProtocolRef declarations, and fix related crash. rdar://25035376 llvm-svn: 262985 | ||||
* | [index] Report references of ObjC super class/protocols in interfaces and ↵ | Argyrios Kyrtzidis | 2016-03-03 | 1 | -6/+31 |
| | | | | | | protocols. llvm-svn: 262584 | ||||
* | [libclang] Separate the underlying indexing functionality of libclang and ↵ | Argyrios Kyrtzidis | 2016-02-12 | 1 | -0/+429 |
introduce it into the clangIndex library. It is a general goodness for libclang itself to mostly be a wrapper of functionality provided by the libraries. llvm-svn: 260760 |