We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c410322 + 7fc59b0 commit 81b3a65Copy full SHA for 81b3a65
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h
@@ -51,12 +51,8 @@ class TypeSystemSwiftTypeRef : public TypeSystemSwift {
51
static bool classof(const TypeSystem *ts) { return ts->isA(&ID); }
52
/// \}
53
54
-#ifdef NDEBUG
55
-protected:
56
-#endif
57
/// Provided only for unit tests.
58
TypeSystemSwiftTypeRef();
59
-public:
60
~TypeSystemSwiftTypeRef();
61
TypeSystemSwiftTypeRef(Module &module);
62
/// Get the corresponding SwiftASTContext, and create one if necessary.
0 commit comments