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

Artem Dergachev <noqnoq...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |noqnoq...@gmail.com

--- Comment #6 from Artem Dergachev <noqnoq...@gmail.com> ---
Found the source code at https://github.com/wezm/RegexKitLite but could not
reproduce the bug.

Generally, inter-procedural analysis has been implemented, and additionally the
retain count checker has been taught to explicitly detect various wrappers
around retain/release/autorelease operations. This bug doesn't require
cross-translation-unit analysis because the project consists of only one
tranlation unit.

So most likely this shouldn't be an issue anymore.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to