summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-context-sensitive.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis2013-01-071-1/+1
| | | | | | | | Previously type/storage qualifiers would not be annotated as the declaration they belonged to. Just use the resulting source range of getRawCursorExtent() which is more correct than what AnnotateTokensWorker::Visit() was adjusting it to. llvm-svn: 171774
* [libclang]Argyrios Kyrtzidis2011-09-131-3/+3
| | | | | | | | -Allow cursor visitation of an attribute using its source range -Add C++ 'final' and 'override' attributes as cursor kinds -Simplify the logic that marks 'final' and 'override' attributes as tokens. llvm-svn: 139609
* Add c-index-test printing and tests for static and virtual methodDouglas Gregor2011-05-131-6/+6
| | | | | | query functions, from Erik Verbruggen! llvm-svn: 131295
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-0/+42
keywords for Objective-C+ and C++0x. llvm-svn: 127253
OpenPOWER on IntegriCloud