================
@@ -26,7 +26,7 @@ template <typename ReturnType>
void test_call_operator_forwarding() {
using Fn = ForwardingCallObject;
Fn obj{};
- const Fn &cobj = obj;
----------------
mordante wrote:
Thanks! We still need to reformat all our tests like we did with the headers.
The main problem with mixing formatting and real changes that it often is hard
for the reviewer to find the real changes in a file.
https://github.com/llvm/llvm-project/pull/76447
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits