summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-08-23 17:00:14 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-08-23 17:00:14 +0000
commitfe3a5bfb25cf38d4a5d411d336af92bbfb3e79c6 (patch)
tree93ba7f1581c566b9c39941f3e5e876091805d3d9 /lldb
parent65101adb16a4f3e9db73ed250185bf505d9fb15b (diff)
downloadbcm5719-llvm-fe3a5bfb25cf38d4a5d411d336af92bbfb3e79c6.tar.gz
bcm5719-llvm-fe3a5bfb25cf38d4a5d411d336af92bbfb3e79c6.zip
ObjC: fix some -Wpedantic warnings by removing ';'
Remove some stray ';' that were in the source code. NFC. llvm-svn: 311577
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/Language/ObjC/NSArray.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/NSArray.cpp b/lldb/source/Plugins/Language/ObjC/NSArray.cpp
index fed1dee2d24..f6d15920195 100644
--- a/lldb/source/Plugins/Language/ObjC/NSArray.cpp
+++ b/lldb/source/Plugins/Language/ObjC/NSArray.cpp
@@ -124,7 +124,7 @@ namespace Foundation109 {
using NSArrayMSyntheticFrontEnd =
GenericNSArrayMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
-};
+}
namespace Foundation1010 {
struct DataDescriptor_32 {
@@ -147,7 +147,7 @@ namespace Foundation1010 {
using NSArrayMSyntheticFrontEnd =
GenericNSArrayMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
-};
+}
namespace Foundation1428 {
struct DataDescriptor_32 {
@@ -166,7 +166,7 @@ namespace Foundation1428 {
using NSArrayMSyntheticFrontEnd =
GenericNSArrayMSyntheticFrontEnd<DataDescriptor_32, DataDescriptor_64>;
-};
+}
namespace Foundation1437 {
template <typename PtrType>
OpenPOWER on IntegriCloud