[PATCH] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
brad.king at kitware.com
Thu Oct 16 06:54:19 PDT 2014
On 10/15/2014 01:34 PM, Reid Kleckner wrote:
> Hrm, this broke some tests, so I rolled it back:
> http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/17971
Ugh, sorry. The initialization of LateTemplateParserCleanup was
accidentally moved to a later patch in my local stack of patches.
I must have had the later patch checked out when I ran the test
suite. Here is the corrected/combined patch. On top of r219922:
$ make check-all && echo passed
...
Expected Passes : 19310
Expected Failures : 94
Unsupported Tests : 63
...
passed
Thanks,
-Brad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-late-template-parsing-leak-with-incremental-proc.patch
Type: text/x-diff
Size: 8589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141016/61f0a417/attachment.patch>
More information about the cfe-commits
mailing list