diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-02-05 11:22:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 11:22:48 -0800 |
commit | 25dd93aab669bafab41eda7537fdc9696bbc5f31 (patch) | |
tree | a23aa23573ca7ec517abf456af8a816d04a669d6 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 251ece199e768b633778b0f7785b0f6dbcc74de0 (diff) | |
download | llvm-25dd93aab669bafab41eda7537fdc9696bbc5f31.zip llvm-25dd93aab669bafab41eda7537fdc9696bbc5f31.tar.gz llvm-25dd93aab669bafab41eda7537fdc9696bbc5f31.tar.bz2 |
[TableGen] Add declarations to silence gcc warning. NFC (#125892)
Add declarations of SDTypeConstraint's operator== and operator< to the
llvm namespace. These are declared as friends inside the class which
makes them part of the enclosing namespace, but gcc wants it to be more
explicit.
Fixes #125537.
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions