Files
clang-p2996/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h
Craig Topper 25dd93aab6 [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.
2025-02-05 11:22:48 -08:00

47 KiB