Re: r304726 - Rather than rejecting attempts to run preprocessor-only actions on AST files,

2017-06-05 Thread Richard Smith via cfe-commits
Should be fixed in r304740. On 5 June 2017 at 14:09, Richard Smith wrote: > Thanks, investigating. > > On 5 June 2017 at 13:14, Evgenii Stepanov > wrote: > >> This change leaks memory: >> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux- >> fast/builds/5453/steps/check-clang%20asan/logs

Re: r304726 - Rather than rejecting attempts to run preprocessor-only actions on AST files,

2017-06-05 Thread Richard Smith via cfe-commits
Thanks, investigating. On 5 June 2017 at 13:14, Evgenii Stepanov wrote: > This change leaks memory: > http://lab.llvm.org:8011/builders/sanitizer-x86_64- > linux-fast/builds/5453/steps/check-clang%20asan/logs/stdio > > On Mon, Jun 5, 2017 at 11:10 AM, Richard Smith via cfe-commits > wrote: > >

Re: r304726 - Rather than rejecting attempts to run preprocessor-only actions on AST files,

2017-06-05 Thread Evgenii Stepanov via cfe-commits
This change leaks memory: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/5453/steps/check-clang%20asan/logs/stdio On Mon, Jun 5, 2017 at 11:10 AM, Richard Smith via cfe-commits wrote: > Author: rsmith > Date: Mon Jun 5 13:10:11 2017 > New Revision: 304726 > > URL: http://ll

r304726 - Rather than rejecting attempts to run preprocessor-only actions on AST files,

2017-06-05 Thread Richard Smith via cfe-commits
Author: rsmith Date: Mon Jun 5 13:10:11 2017 New Revision: 304726 URL: http://llvm.org/viewvc/llvm-project?rev=304726&view=rev Log: Rather than rejecting attempts to run preprocessor-only actions on AST files, replay the steps taken to create the AST file with the preprocessor-only action install