[Lldb-commits] [lldb] [lldb] Adding A new Binding helper for JSONTransport. (PR #159160)

Carlos Alberto Enciso via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 9 03:48:11 PDT 2025


CarlosAlbertoEnciso wrote:

> I'm seeing compilation errors with gcc 11:
> 
> ```
> /work/kparzysz/git/llvm.org/lldb/unittests/Host/JSONTransportTest.cpp:190:9: error: declaration of ‘using Req = struct {anonymous}::test_protocol::Req’ changes meaning of ‘Req’ [-fpermissive]
>   190 |   using Req = Req;
>       |         ^~~
> /work/kparzysz/git/llvm.org/lldb/unittests/Host/JSONTransportTest.cpp:52:8: note: ‘Req’ declared here as ‘struct {anonymous}::test_protocol::Req’
>    52 | struct Req {
>       |        ^~~
> ```

I am seeing the same compilation errors.

https://github.com/llvm/llvm-project/pull/159160


More information about the lldb-commits mailing list