[clang-tools-extra] r217475 - Unique_ptrify PPCallbacks ownership. Goes with clang r217474.

Benjamin Kramer benny.kra at gmail.com
Wed Sep 10 02:56:00 PDT 2014


On Wed, Sep 10, 2014 at 11:46 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 10 September 2014 06:07, Craig Topper <craig.topper at gmail.com> wrote:
>> Author: ctopper
>> Date: Wed Sep 10 00:07:57 2014
>> New Revision: 217475
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=217475&view=rev
>> Log:
>> Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
>
> Hi Caig, either this commit or the preview (217474) broke all ARM bots:
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/14/steps/ninja%20check%201/logs/Clang-Unit%3A%3APreprocessorFrontendAction.EndSourceFile

It also broke all non-ARM bots ;)

I reverted the broken part of the patch in r217481, it tried to access
an unique_ptr that has been moved away.

- Ben
>
> cheers,
> --renato
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list