summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-subscripting-literals.m
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-121-1/+1
| | | | | | | | | | | | | | | | | | Summary: CXIdxEntityRefInfo contains the member `CXIdxEntityRefKind kind;` to differentiate implicit and direct calls. However, there are more roles defined in SymbolRole. Among them, `Read/Write` are probably the most useful ones as they can be used to differentiate Read/Write occurrences of a symbol for document highlight in a text document. See `export namespace DocumentHighlightKind` on https://microsoft.github.io/language-server-protocol/specification Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D42895 llvm-svn: 324914
* And libclang cursor/indexing support for new Objective-C ↵Ted Kremenek2012-03-061-0/+66
NSArray/NSDictionary/NSNumber literals. llvm-svn: 152138
OpenPOWER on IntegriCloud