[cfe-dev] Tentative Parsing

Sebastian Redl sebastian.redl at getdesigned.at
Fri Jun 24 12:47:05 PDT 2011


On 24.06.2011, at 21:03, John Freeman wrote:

> Parse/Parser.h has some TryParse* functions for tentative parsing that 
> are implemented in Parse/ParseTentative.cpp, but grepping the code turns 
> up no calls to them outside of ParseTentative.cpp. Are these functions 
> unused, or did I miss something?

Most of them at least are used; if you find one that is genuinely unused, that would be very interesting. If you want to find calls to them, try looking at the Annotate* functions.

Also, did you grep the Parser.h header as well? There are some inline implementations in there.

Sebastian



More information about the cfe-dev mailing list