RE: [clang] 9d8d064 - [NFC] Silence compiler warning [-Wmissing-braces].

2020-06-25 Thread Huihui Zhang via cfe-commits
Thanks for the feedback! 😊 -Original Message- From: David Blaikie Sent: Wednesday, June 24, 2020 1:49 PM To: Huihui Zhang ; Huihui Zhang Cc: cfe-commits Subject: [EXT] Re: [clang] 9d8d064 - [NFC] Silence compiler warning [-Wmissing-braces]. Generally it'd be helpful to describe

Re: [clang] 9d8d064 - [NFC] Silence compiler warning [-Wmissing-braces].

2020-06-24 Thread David Blaikie via cfe-commits
Generally it'd be helpful to describe what the change is in the subject line ("Add braces around initialization of a subobject [-Wmissing-braces]") as that's more informative than "Silence compiler warning [-Wmissing braces]", the latter doesn't say how it was silenced, which might make a differenc

[clang] 9d8d064 - [NFC] Silence compiler warning [-Wmissing-braces].

2020-06-17 Thread Huihui Zhang via cfe-commits
Author: Huihui Zhang Date: 2020-06-17T13:01:53-07:00 New Revision: 9d8d0646d751326e2766caeaa20f6e0d4b89a4f6 URL: https://github.com/llvm/llvm-project/commit/9d8d0646d751326e2766caeaa20f6e0d4b89a4f6 DIFF: https://github.com/llvm/llvm-project/commit/9d8d0646d751326e2766caeaa20f6e0d4b89a4f6.diff