]> granicus.if.org Git - clang/commit
[libclang]
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 13 Sep 2011 17:39:31 +0000 (17:39 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 13 Sep 2011 17:39:31 +0000 (17:39 +0000)
commit6639e9255489ad8e10278d5658fdd4b3c0e1e4cd
treeb00fb95a7d067ac77cd9f49313977e75145cf6f0
parente289d81369914678db386f6aa86faf8f178e245d
[libclang]
-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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139609 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/annotate-context-sensitive.cpp
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp