[all-commits] [llvm/llvm-project] 7a391e: [lldb] Adjusting the naming for gcc11. (#162693)
John Harrison via All-commits
all-commits at lists.llvm.org
Thu Oct 9 17:15:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a391e32eaf2f2232bd7c81e651dd949f39cc9e1
https://github.com/llvm/llvm-project/commit/7a391e32eaf2f2232bd7c81e651dd949f39cc9e1
Author: John Harrison <harjohn at google.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M lldb/unittests/Host/JSONTransportTest.cpp
Log Message:
-----------
[lldb] Adjusting the naming for gcc11. (#162693)
In gcc11 we're getting an error with a `using Req = Req` statement. This
changes the name of the types in JSONTransportTest from `Req` >
`Request`, `Evt` > `Event`, `Resp` > `Response`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list