[all-commits] [llvm/llvm-project] 8f2632: [lldb][test] Fix -Wctad-maybe-unsupported in Alarm...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Mar 15 16:00:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f2632c45f54d1e91248be81db5d4908d1036213
      https://github.com/llvm/llvm-project/commit/8f2632c45f54d1e91248be81db5d4908d1036213
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-03-16 (Sat, 16 Mar 2024)

  Changed paths:
    M lldb/unittests/Host/AlarmTest.cpp

  Log Message:
  -----------
  [lldb][test] Fix -Wctad-maybe-unsupported in AlarmTest.cpp (NFC)

llvm-project/lldb/unittests/Host/AlarmTest.cpp:49:7:
error: 'lock_guard' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
      std::lock_guard guard(m);
      ^



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