jimingham wrote:

> We want two things: to declare potential override points, and to declare 
> actual override points.
> 
> What do you think of using a comment to declare potential override points?

That's going to be a bit of a weird comment:

```
/// You might what to handle getting the Object File in a way specific to your 
particular module subclass.  
/// If so, put virtual back on this API and then you can do so.
```

But you seem to feel much more strongly about this than I do, so have at it.

https://github.com/llvm/llvm-project/pull/187787
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to