http://llvm.org/bugs/show_bug.cgi?id=14991
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Douglas Gregor <[email protected]> 2013-01-22 13:28:47 CST --- This kind of warning doesn't belong in Clang. We can't warn about even a reasonable number of system-specific differences, so Clang would never be useful as a porting tool for such issues. So (at best) we'd end up with some set of warnings that isn't enough to be useful for someone porting, but generates a lot of noise for someone who has already done the porting effort. Warnings that have such a high false-positive rate (say, by warning about every init_priority attribute on the Mac) don't belong in the compiler. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
