]> granicus.if.org Git - clang/commit
Remove clang_isDeclarationADefinition() since its functionality is already provided...
authorTed Kremenek <kremenek@apple.com>
Wed, 19 May 2010 18:36:55 +0000 (18:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 May 2010 18:36:55 +0000 (18:36 +0000)
commit2bb106eeba7def5364a0e6c4d99541370c4950a5
tree2e1551e841b448772c218a03a40f7c9c4ca811eb
parent857e918a8a40deb128840308a318bf623d68295f
Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition().

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