https://llvm.org/bugs/show_bug.cgi?id=17145
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Reid Kleckner <[email protected]> --- Let's close this. I would like to have a translation table for a few common diagnostics (think macro redefinition warnings), but it would probably stay very small. We already support a couple of /wd flags, but it's via aliases and not a separate table that can power pragma warning: def _SLASH_wd4005 : CLFlag<"wd4005">, Alias<W_Joined>, AliasArgs<["no-macro-redefined"]>; def _SLASH_wd4996 : CLFlag<"wd4996">, Alias<W_Joined>, AliasArgs<["no-deprecated-declarations"]>; Any option we support translating at the command line might be worth supporting in the pragma. Anyway, I'm happy to declare that out of scope for this bug. -- 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
