]> granicus.if.org Git - clang/commit
Teach the libclang cursor visitor to walk into the type information
authorDouglas Gregor <dgregor@apple.com>
Tue, 10 Aug 2010 15:02:34 +0000 (15:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 10 Aug 2010 15:02:34 +0000 (15:02 +0000)
commit648220ed00711a0fb8ea4a1ab6896a4ee63d8fc5
treebc3e83aa9656ae9bb5b82ce569e759eedc81693a
parent9bcd4d4a4b9281ba3526b0e86e6d422db93a9074
Teach the libclang cursor visitor to walk into the type information
provided by __builtin_types_compatible_p and __builtin_va_arg
expressions, now that Abramo has added proper type-source information
to those expressions.

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