]> granicus.if.org Git - clang/commit
Update libclang to have APIs corresponding to the new 'expansion' naming
authorChandler Carruth <chandlerc@gmail.com>
Wed, 31 Aug 2011 16:53:37 +0000 (16:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 31 Aug 2011 16:53:37 +0000 (16:53 +0000)
commit20174221af145554b76a0b0f5e4eb3ac70d05945
tree235f3b2420767cf7441042214be7f7267b2d0fef
parent14c3633a0b6a06dd61c0cd239925174fc5728fff
Update libclang to have APIs corresponding to the new 'expansion' naming
system for macro-backed source locations. The old APIs are preserved for
legacy users.

This was intended to land with the main work of instantiation ->
expansion, but despite running it by Doug over a month ago, I forgot to
commit it. Very sorry for that...

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