[lldb-dev] reviewer requested for D101250

2021-04-26 Thread Neal Sidhwaney via lldb-dev
Hello,

I put together a small patch for the Editline wrapper in LLDB: 
https://reviews.llvm.org/D101250 

It wraps some of the libedit calls in a helper function to provide type safety 
and remove casts that shouldn’t be needed, since the libedit functions take 
varargs.  I was wondering if someone could review it.  Thanks,

Neal___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] reviewer requested for D101250

2021-04-26 Thread Raphael “Teemperor” Isemann via lldb-dev
Done. There is an `LLDB` review group you can also add as a review if you are 
unsure who should review (or you think anyone can review).

- Raphael

> On 26 Apr 2021, at 23:53, Neal Sidhwaney via lldb-dev 
>  wrote:
> 
> Hello,
> 
> I put together a small patch for the Editline wrapper in LLDB: 
> https://reviews.llvm.org/D101250 
> 
> It wraps some of the libedit calls in a helper function to provide type 
> safety and remove casts that shouldn’t be needed, since the libedit functions 
> take varargs.  I was wondering if someone could review it.  Thanks,
> 
> Neal
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev