Hi,
can i rewrite c++ errors using ast matcher?.
Plz help.
for eg. i am unable to match following:
int a,b; float c;
b=c%a;
Hi,
can i rewrite c++ errors using ast matcher?.
Plz help.
for eg. i am unable to match following:
int a,b; float c;
b=c%a;