[llvm] eace2fb - Fix warning on trailing `;`. NFC.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 17:42:13 PST 2020


Author: Michael Liao
Date: 2020-02-04T20:42:05-05:00
New Revision: eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d

URL: https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d
DIFF: https://github.com/llvm/llvm-project/commit/eace2fbfee6675fb9d85290b7d1d4d10c5d98f5d.diff

LOG: Fix warning on trailing `;`. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/IR/LLVMContext.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/LLVMContext.h b/llvm/include/llvm/IR/LLVMContext.h
index e93b1a4e517e..a6dbf2b671c5 100644
--- a/llvm/include/llvm/IR/LLVMContext.h
+++ b/llvm/include/llvm/IR/LLVMContext.h
@@ -39,7 +39,7 @@ class raw_ostream;
 
 namespace remarks {
 class RemarkStreamer;
-};
+}
 
 namespace SyncScope {
 


        


More information about the llvm-commits mailing list