[all-commits] [llvm/llvm-project] b0c6fc: [clang][Interp] Ignore UsingEnumDecls

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Feb 7 05:25:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0c6fc81fe132f20eed38bd836620dfcb5ac17e9
      https://github.com/llvm/llvm-project/commit/b0c6fc81fe132f20eed38bd836620dfcb5ac17e9
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-02-07 (Wed, 07 Feb 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    M clang/test/SemaCXX/cxx20-using-enum.cpp

  Log Message:
  -----------
  [clang][Interp] Ignore UsingEnumDecls

We previously aborted compilation when seeing one of them. Ignore
them instead, they have no effect on the generated bytecode.




More information about the All-commits mailing list