Skip to content

Commit

Permalink
Delete TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kovdan01 committed Mar 28, 2024
1 parent 3427a7a commit ced59fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lldb/include/lldb/Symbol/TypeSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ class TypeSystem : public PluginInterface,

virtual uint32_t GetPointerByteSize() = 0;

// TODO: are we allowed to insert virtual functions in the middle of the class
// interface and break ABI?
virtual unsigned GetPtrAuthKey(lldb::opaque_compiler_type_t type) = 0;

virtual unsigned
Expand Down Expand Up @@ -290,8 +288,6 @@ class TypeSystem : public PluginInterface,

virtual CompilerType AddRestrictModifier(lldb::opaque_compiler_type_t type);

// TODO: are we allowed to insert virtual functions in the middle of the class
// interface and break ABI?
virtual CompilerType AddPtrAuthModifier(lldb::opaque_compiler_type_t type,
unsigned key,
bool isAddressDiscriminated,
Expand Down

0 comments on commit ced59fd

Please sign in to comment.