[PATCH] D15450: Avoid double deletion in Clang driver.

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 10:52:13 PST 2016


CodeGen action defined in the unit test does not call HandleTranslationUnit,
so the hack implemented in `BackendConsumer::HandleTranslationUnit` does
not run and clang crashes. With the fix no crash occurs.

Thanks,
--Serge

2016-02-05 1:17 GMT+06:00 Serge Pavlov <sepavloff at gmail.com>:

> sepavloff added a comment.
>
> Any feedback?
>
> Thanks,
> --Serge
>
>
> http://reviews.llvm.org/D15450
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160210/ebc00ad1/attachment.html>


More information about the cfe-commits mailing list