diff options
author | Kazu Hirata <kazu@google.com> | 2024-05-17 00:10:00 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2024-05-17 00:10:00 -0700 |
commit | e0a293d12f3fe1c2a284e2e116cfa77d894da49f (patch) | |
tree | 3c411c753f250c2ed3335020fd8f51a82c11b0b6 /clang/lib/Basic/SourceManager.cpp | |
parent | 37d00635c4ff1b656a49635e826aeff8063dc1e8 (diff) | |
download | llvm-e0a293d12f3fe1c2a284e2e116cfa77d894da49f.zip llvm-e0a293d12f3fe1c2a284e2e116cfa77d894da49f.tar.gz llvm-e0a293d12f3fe1c2a284e2e116cfa77d894da49f.tar.bz2 |
[mlir] Fix a warning
This patch fixes:
mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp:964:26:
error: missing 'typename' prior to dependent type name Op::Adaptor;
implicit 'typename' is a C++20 extension
[-Werror,-Wc++20-extensions]
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions