http://llvm.org/bugs/show_bug.cgi?id=21150
Alexey Samsonov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Alexey Samsonov <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
