]> granicus.if.org Git - clang/commit
Added cursor visitor that takes a block as an argument. Tested compiling
authorDavid Chisnall <csdavec@swan.ac.uk>
Wed, 3 Nov 2010 14:12:26 +0000 (14:12 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Wed, 3 Nov 2010 14:12:26 +0000 (14:12 +0000)
commit3387c65a094a02b2a94c05111d035a97d3d5c794
tree3411833f7bed52b36f0cead45f91468c1ed69e8e
parent96ede778620c7296a332eb1bba7cc6a19141bd7c
Added cursor visitor that takes a block as an argument.  Tested compiling
libclang with both clang -fblocks and gcc (no blocks support).  Only exposed in
the header to compilers that do have blocks support.

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