[all-commits] [llvm/llvm-project] f748c7: [clang][bytecode] Don't use throw as invalid in c+...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Feb 12 06:52:45 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f748c718a809873d52efbb540d866d6e2d3b03c5
      https://github.com/llvm/llvm-project/commit/f748c718a809873d52efbb540d866d6e2d3b03c5
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M clang/test/AST/ByteCode/cxx26.cpp
    M clang/test/AST/ByteCode/placement-new.cpp

  Log Message:
  -----------
  [clang][bytecode] Don't use throw as invalid in c++26 (#181150)

Don't pass a combination of `-std=c++26` and `-fcxx-exceptions` to tests
and then try to use `throw` as an invalid statement. C++26 actually has
working exceptions at compile time, even if that is currently not
implemented.



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