[all-commits] [llvm/llvm-project] 18630b: [clang] Remove Diag parameter from Expr::EvaluateK...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Sep 18 02:05:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18630b0633bd550ad6675e155f42365ae42eb919
      https://github.com/llvm/llvm-project/commit/18630b0633bd550ad6675e155f42365ae42eb919
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-09-18 (Thu, 18 Sep 2025)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/lib/AST/ExprConstant.cpp

  Log Message:
  -----------
  [clang] Remove Diag parameter from Expr::EvaluateKnownConstInt (#159512)

If it's truly a known const int, it won't emit any diagnostics anyway.
And if it did, we wouldn't notice because no call site passed something
non-null.



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