diff options
author | Markus Böck <markus.boeck02@gmail.com> | 2021-07-08 16:44:16 +0200 |
---|---|---|
committer | Markus Böck <markus.boeck02@gmail.com> | 2021-07-08 16:44:16 +0200 |
commit | 3e6d2cbf268e66e350ebd321345c7d846933da68 (patch) | |
tree | 5de12e1c97e742aa696f142c9ffd48816cbc866a /llvm/lib/Support/Threading.cpp | |
parent | 9320d4b695ffcf5a4d11bb3452c7502f04cb58ab (diff) | |
download | llvm-3e6d2cbf268e66e350ebd321345c7d846933da68.zip llvm-3e6d2cbf268e66e350ebd321345c7d846933da68.tar.gz llvm-3e6d2cbf268e66e350ebd321345c7d846933da68.tar.bz2 |
[mlir] Fully qualify types and expressions in Interfaces
This patch adds full qualification to the types and function calls used inside of (Static)InterfaceMethod in OpInterfaces. Without this patch using many of these interfaces in a downstream project yields compiler errors as the types and default implementations are mostly copied verbatim. Without then putting using namespace mlir; in the header file of the implementations of those interfaces, compilation is impossible.
Using fully qualified lookup fixes this issue.
Differential Revision: https://reviews.llvm.org/D105619
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions