[all-commits] [llvm/llvm-project] f597d3: [clang][Sema] Move computing best enum types to a ...

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Fri Jan 17 05:23:30 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f597d346ab6e42cbfe421b153abf7ece6b592f1d
      https://github.com/llvm/llvm-project/commit/f597d346ab6e42cbfe421b153abf7ece6b592f1d
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Sema/SemaDecl.cpp

  Log Message:
  -----------
  [clang][Sema] Move computing best enum types to a separate function (#120965)

Move the code that computes BestType and BestPromotionType for an enum
to a separate function which can be called from outside of Sema.



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