Recursive Descent Parser

Hi,

I am a newbie to clang and LLVM.

I realize that the clang uses Recursive descent parsing for compiling a c file.

I was wondering, if there is any way to print the production rules or any kind of parser related details during the parsing of a C file by clang.

Thanks.

Bye,

Raghavan V

I was wondering, if there is any way to print the production rules or any
kind of parser related details during the parsing of a C file by clang.

You should ask about this cfe-dev rather than llvm-dev.