================ @@ -97,6 +97,15 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ +- New :doc:`llvm-mlir-use-after-erase + <clang-tidy/checks/llvm/mlir-use-after-erase>` check. + + Detects uses of an ``mlir::Operation`` after it has been erased, either ---------------- zeyi2 wrote:
Please synchronize with first statement in documentation. https://github.com/llvm/llvm-project/pull/210727 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
