[all-commits] [llvm/llvm-project] ba047d: [mlir][NFC] Fully qualify TableGen generated code ...
Markus Böck via All-commits
all-commits at lists.llvm.org
Fri Jun 30 08:28:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba047d0991caba347b956802dd2573ff9b3f22f9
https://github.com/llvm/llvm-project/commit/ba047d0991caba347b956802dd2573ff9b3f22f9
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][NFC] Fully qualify TableGen generated code handling properties
This makes it possible to compile the TableGen generated files without having to use `using namespace mlir;` or being in the `mlir` namespace.
More information about the All-commits
mailing list