[llvm] 8383be0 - Remove superfluous ';' to fix Wpedantic. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 02:54:20 PST 2019
Author: Simon Pilgrim
Date: 2019-11-11T10:54:00Z
New Revision: 8383be0f754a7283525e2a84c64e4cc9133ef9db
URL: https://github.com/llvm/llvm-project/commit/8383be0f754a7283525e2a84c64e4cc9133ef9db
DIFF: https://github.com/llvm/llvm-project/commit/8383be0f754a7283525e2a84c64e4cc9133ef9db.diff
LOG: Remove superfluous ';' to fix Wpedantic. NFC.
Added:
Modified:
llvm/lib/ObjectYAML/ELFEmitter.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ObjectYAML/ELFEmitter.cpp b/llvm/lib/ObjectYAML/ELFEmitter.cpp
index 214318f28135..b9c22e7d99c8 100644
--- a/llvm/lib/ObjectYAML/ELFEmitter.cpp
+++ b/llvm/lib/ObjectYAML/ELFEmitter.cpp
@@ -96,7 +96,7 @@ struct Fragment {
uint32_t Type;
uint64_t AddrAlign;
};
-}; // namespace
+} // namespace
/// "Single point of truth" for the ELF file construction.
/// TODO: This class still has a ways to go before it is truly a "single
More information about the llvm-commits
mailing list