[all-commits] [llvm/llvm-project] 6c1262: [clang][bytecode] Fix a std::optional<bool> mishap...

Timm Baeder via All-commits all-commits at lists.llvm.org
Fri Nov 7 21:31:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c12623d621e4226af9e39a426277730da366b55
      https://github.com/llvm/llvm-project/commit/6c12623d621e4226af9e39a426277730da366b55
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-11-08 (Sat, 08 Nov 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp

  Log Message:
  -----------
  [clang][bytecode] Fix a std::optional<bool> mishap (#167091)

This is about the value saved in the std::optional, not about whether
the optional has a value at all.



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