[PATCH] D32646: Fix a bug that -Wmissing-braces fires on system headers

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 14:41:45 PDT 2017


thakis added inline comments.


================
Comment at: test/Sema/warn-missing-braces.c:21
+
+#endif
----------------
This looks shorter than the test I pasted on the bug. Does it get the corner case right that my patch on that bug didn't get right?


https://reviews.llvm.org/D32646





More information about the cfe-commits mailing list