[all-commits] [llvm/llvm-project] 66713a: [lldb][test] Add libcxx-simulators test for std::o...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Oct 7 03:02:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66713a0f8257661a8849e1a710a90b79576b0d21
      https://github.com/llvm/llvm-project/commit/66713a0f8257661a8849e1a710a90b79576b0d21
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/optional/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/optional/TestDataFormatterLibcxxOptionalSimulator.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/optional/main.cpp

  Log Message:
  -----------
  [lldb][test] Add libcxx-simulators test for std::optional (#111133)

Follow-up to the LLDB std::optional data-formatter test failure caused
by https://github.com/llvm/llvm-project/pull/110355.

Two formats are supported:
1. `__val_` has type `value_type`
2. `__val_`'s type is wrapped in `std::remove_cv_t`



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