]> granicus.if.org Git - clang/commit
[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCur...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 23 Apr 2013 17:57:17 +0000 (17:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 23 Apr 2013 17:57:17 +0000 (17:57 +0000)
commitedab047e10d745a65d12c8cb36be2ba9e96c9e0e
tree4b22df06f421c7acd3ca09e57e9f88333f0ecd6e
parentdd3e2d90418de46b77a9dde3bb992390610e343a
[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code.

rdar://13717006

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