<div dir="ltr"><div><div><div><div>Hie Sir.<br></div>I found a new problem. It seems as if any of the changes done in TokenKinds.def file are not visible anywhere. To check this I removed the line which defines the keyword 'return'. The line which I removed is as follows:<br>
<br>KEYWORD(return                      , KEYALL)<br><br></div>After this I run this command on my test_file : <br>clang -Xclang -dump-tokens test_file.c <br>and it seems to correctly tokenize 'return' keyword. This means the changes which I had done in tokenKinds.def file are not reflected anwhere. What's the reason behind this ?<br>
</div>Thanks<br></div>Surbhi<br></div>