[PATCH] Add a way to check if a method declaration is pure virtual to libclang

Dmitri Gribenko gribozavr at gmail.com
Fri May 17 11:39:37 PDT 2013


On Fri, May 17, 2013 at 8:02 PM, Seth Fowler <mark.seth.fowler at gmail.com> wrote:
> Is there anything I can do to get this patch moved forward?

Sorry for the delay.  Committed r182139, thank you!

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