[mlir][NFC] Fully qualify TableGen generated code handling properties
authorMarkus Böck <markus.boeck02@gmail.com>
Fri, 30 Jun 2023 15:28:15 +0000 (17:28 +0200)
committerMarkus Böck <markus.boeck02@gmail.com>
Fri, 30 Jun 2023 15:28:15 +0000 (17:28 +0200)
commitba047d0991caba347b956802dd2573ff9b3f22f9
tree42004de37a4b71ae8f30ae1bd8a1678ca835fcd0
parent1d75b18843fbca52655e240a120b5fdeeef17c0e
[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.
mlir/include/mlir/IR/OpBase.td
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp