]> granicus.if.org Git - clang/commit
CIndex:
authorTed Kremenek <kremenek@apple.com>
Mon, 11 Jan 2010 23:56:39 +0000 (23:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 11 Jan 2010 23:56:39 +0000 (23:56 +0000)
commit317238334161d2c72d2432a79827d9a7ee1fc123
treec8160422f23f8ad9731a0ca25442179db8a364c3
parentb862b8f93424a583fc912ab37bbbac1c231e852e
CIndex:
- Remove unused (and unimplemented) clang_getDeclarationName().
- Remove unused (and unimplemented) clang_getEntity().
- Add clang_getEntityFromDecl(): maps from a CXDecl to a CXEntity)
- Add clang_getDeclaration(): maps from a (CXEntity, CXTranslationUnit) to a CXDecl).

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