summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Language')
-rw-r--r--lldb/source/Plugins/Language/ObjC/NSArray.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/NSArray.cpp b/lldb/source/Plugins/Language/ObjC/NSArray.cpp
index 228a626be54..fed1dee2d24 100644
--- a/lldb/source/Plugins/Language/ObjC/NSArray.cpp
+++ b/lldb/source/Plugins/Language/ObjC/NSArray.cpp
@@ -216,7 +216,7 @@ namespace Foundation1437 {
}
}
-};
+}
template <typename D32, typename D64, bool Inline>
class GenericNSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd {
@@ -257,12 +257,12 @@ namespace Foundation1300 {
using NSArrayISyntheticFrontEnd =
GenericNSArrayISyntheticFrontEnd<IDD32, IDD64, true>;
-};
+}
namespace Foundation1430 {
using NSArrayISyntheticFrontEnd =
Foundation1428::NSArrayMSyntheticFrontEnd;
-};
+}
namespace Foundation1436 {
struct IDD32 {
@@ -289,7 +289,7 @@ namespace Foundation1436 {
Status &error) {
return Foundation1437::__NSArrayMSize(process, valobj_addr, error);
}
-};
+}
class NSArray0SyntheticFrontEnd : public SyntheticChildrenFrontEnd {
public:
OpenPOWER on IntegriCloud