[PATCH] MC: handle ParseDirective properly

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jan 13 09:29:08 PST 2014


On 12 January 2014 17:31, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
>
>   The individual ones can probably be updated to return void (Ill try to do that as appropriate).  Unfortunately, the generic parser must be informed if it needs to process the directive or not, so I don't see how it would be possible to change that to avoid use of the return type to indicate that.

Yes, sorry for not being clear. It is just the inner aux functions
that can probably return void now. ParseDirective itself must still
return bool.

Cheers,
Rafael




More information about the llvm-commits mailing list