From 8652fc8453b071cd9bc1e64446fb81193cd7d428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20B=C3=B6ck?= Date: Thu, 3 Feb 2022 11:50:26 +0100 Subject: [PATCH] [mlir][NFC] Fully qualify a default C++ string in Pattern.cpp --- mlir/lib/TableGen/Pattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/lib/TableGen/Pattern.cpp b/mlir/lib/TableGen/Pattern.cpp index d8c5e08bfcef..e7df9af87f17 100644 --- a/mlir/lib/TableGen/Pattern.cpp +++ b/mlir/lib/TableGen/Pattern.cpp @@ -249,7 +249,7 @@ std::string SymbolInfoMap::SymbolInfo::getVarTypeStr(StringRef name) const { ->attr.getStorageType() .str(); // TODO(suderman): Use a more exact type when available. - return "Attribute"; + return "::mlir::Attribute"; } case Kind::Operand: { // Use operand range for captured operands (to support potential variadic