summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-08-19 16:32:19 +0000
committerDavide Italiano <davide@freebsd.org>2017-08-19 16:32:19 +0000
commit7e930d12dfe7f6f3ff1d952286c9d03e471a4e0c (patch)
tree330a518d2f2da891757e563b926fcfc7562e8e9b /lldb/source
parentc8bee2ced2359103871dabc1d0962dfc232d050c (diff)
downloadbcm5719-llvm-7e930d12dfe7f6f3ff1d952286c9d03e471a4e0c.tar.gz
bcm5719-llvm-7e930d12dfe7f6f3ff1d952286c9d03e471a4e0c.zip
[Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.
llvm-svn: 311245
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Plugins/Language/ObjC/NSDictionary.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp b/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
index 4c98580d210..c564aa1a857 100644
--- a/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
+++ b/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
@@ -248,7 +248,7 @@ namespace Foundation1100 {
CompilerType m_pair_type;
std::vector<DictionaryItemDescriptor> m_children;
};
-};
+}
namespace Foundation1428 {
struct DataDescriptor_32 {
@@ -271,7 +271,7 @@ namespace Foundation1428 {
using NSDictionaryMSyntheticFrontEnd =
GenericNSDictionaryMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
-};
+}
namespace Foundation1437 {
static const uint64_t NSDictionaryCapacities[] = {
@@ -354,7 +354,7 @@ namespace Foundation1437 {
}
}
-};
+}
} // namespace formatters
} // namespace lldb_private
OpenPOWER on IntegriCloud