<div dir="ltr">It's handy (at least to me) to describe how you're fixing a warning, rather than only that you are fixing it - "remove unnecessary semicolon" I think would be a more descriptive... description? (could include that this was found by a warning, or not - that seems less important than the description/motivation underlying the warning)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 5:42 PM Michael Liao via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Author: Michael Liao<br>
Date: 2020-02-04T20:42:05-05:00<br>
New Revision: eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d<br>
<br>
URL: <a href="https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d</a><br>
DIFF: <a href="https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d.diff" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d.diff</a><br>
<br>
LOG: Fix warning on trailing `;`. NFC.<br>
<br>
Added: <br>
<br>
<br>
Modified: <br>
    llvm/include/llvm/IR/LLVMContext.h<br>
<br>
Removed: <br>
<br>
<br>
<br>
################################################################################<br>
diff  --git a/llvm/include/llvm/IR/LLVMContext.h b/llvm/include/llvm/IR/LLVMContext.h<br>
index e93b1a4e517e..a6dbf2b671c5 100644<br>
--- a/llvm/include/llvm/IR/LLVMContext.h<br>
+++ b/llvm/include/llvm/IR/LLVMContext.h<br>
@@ -39,7 +39,7 @@ class raw_ostream;<br>
<br>
 namespace remarks {<br>
 class RemarkStreamer;<br>
-};<br>
+}<br>
<br>
 namespace SyncScope {<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>