[LLVMbugs] [Bug 21150] sanitizer suppression including line number
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 13 14:06:33 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=21150
Alexey Samsonov <vonosmas at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from Alexey Samsonov <vonosmas at gmail.com> ---
I agree with your argument that suppressions are sometimes useful to quickly
deploy the tool in codebase with large chunks of legacy code. We (sadly) had to
use suppressions ourselves for similar purposes.
However, I don't think it justifies adding a line-number-based suppressions.
This is way too fragile, even for your use case. A simple example - recently
debug info quality in Clang has improved, and it started to produce different
(more precise) line- and column-number information for multi-line statements.
--
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/20150113/33919429/attachment.html>
More information about the llvm-bugs
mailing list