aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/annotate-context-sensitive.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07[libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis1-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
2011-09-13[libclang]Argyrios Kyrtzidis1-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
2011-05-13Add c-index-test printing and tests for static and virtual methodDouglas Gregor1-6/+6
query functions, from Erik Verbruggen! llvm-svn: 131295
2011-03-08Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor1-0/+42
keywords for Objective-C+ and C++0x. llvm-svn: 127253