]> granicus.if.org Git - clang/commit
Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.g.,...
authorTed Kremenek <kremenek@apple.com>
Mon, 12 Apr 2010 21:22:16 +0000 (21:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 12 Apr 2010 21:22:16 +0000 (21:22 +0000)
commit45e1dae500bba7a9ef5b8206263a5609c07c6f03
tree40ada8091aaa5cbc8b2ccc3cb57afd82c972d09a
parent006c82b0a30eaa3aa72f4b2f33a02f41500f30b5
Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.g., distinguish between C and Objective-C language features).  Currently this only returns results for declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101070 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/CIndex/CIndex.cpp
tools/CIndex/CIndex.exports