[all-commits] [llvm/llvm-project] 480d7a: [mlir-tblgen] Fix IWYU
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jul 24 21:50:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 480d7a3aff8db0b812bdd36e7be8d78a7a0fd430
https://github.com/llvm/llvm-project/commit/480d7a3aff8db0b812bdd36e7be8d78a7a0fd430
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M mlir/include/mlir/TableGen/CodeGenHelpers.h
Log Message:
-----------
[mlir-tblgen] Fix IWYU
Right now std::vector is instantiated with an incomplete element type,
which is ok but best to avoid.
More information about the All-commits
mailing list