[PATCH] D28148: [Sema] Suppress warnings for C's zero initializer

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 28 16:50:36 PST 2016


rsmith added a comment.

Why are you adding a language option for this? Just use `!LangOpts.CPlusPlus`.


https://reviews.llvm.org/D28148





More information about the cfe-commits mailing list