[PATCH] Adds a CMake package configuration file for libclang

Dmitri Gribenko gribozavr at gmail.com
Thu Mar 14 08:39:48 PDT 2013


On Thu, Mar 14, 2013 at 4:59 PM, Damien Buhl <damien.buhl at lecbna.org> wrote:
> On 03/14/2013 03:45 PM, Brad King wrote:
>> I'm not familiar enough with the relative versioning of Clang to
>> libclang to make a specific recommendation on CLANG_VERSION_*
>> components.
>
> Yes I'm also a bit unsure of what they prefer and want, but I especially
> asked you because perhaps you would have seen something strange in this
> behaviour.

I think that using CINDEX_VERSION_* is correct, because it determines
the available API.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list