[all-commits] [llvm/llvm-project] c04017: [mlir][TableGen] Verify compatibility of tblgen::M...

Andrei Golubev via All-commits all-commits at lists.llvm.org
Fri Jul 11 04:44:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c040172b9ada96d025f52c3ce49d34cad075091b
      https://github.com/llvm/llvm-project/commit/c040172b9ada96d025f52c3ce49d34cad075091b
  Author: Andrei Golubev <andrey.golubev at intel.com>
  Date:   2025-07-11 (Fri, 11 Jul 2025)

  Changed paths:
    M mlir/include/mlir/TableGen/Class.h
    M mlir/lib/TableGen/Class.cpp

  Log Message:
  -----------
  [mlir][TableGen] Verify compatibility of tblgen::Method properties (#147979)

Following a recent discovery of a method being defined both "inline" and
"declaration" (declaration implying no definition), verify the method
properties in general to fail early in the development and avoid
accidental bugs (especially for "opt-in" features).



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