[LLVMbugs] [Bug 23290] CompilerInstance::createPreprocessor() leaks the Preprocessor sometimes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 19 21:34:58 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23290

Yaron Keren <yaron.keren at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Yaron Keren <yaron.keren at gmail.com> ---
Oops, just noted PP is IntrusiveRefCntPtr so no leak.

It's still interesting to know if it si correct to call
CompilerInstance::createPreprocessor() more than once as it's quite rare.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150420/56acda9c/attachment.html>


More information about the llvm-bugs mailing list