Files
clang-p2996/llvm/utils/TableGen/SearchableTableEmitter.cpp
Jason Eckhardt be8f987d8c [TableGen] Use consistent field kind checking in getNumericKey. (#83284)
Fields GenericField::IsInstruction and GenericField::Enum can be
simultaneously active for a given field. Methods compareBy and
primaryRepresentation both order the checking of IsInstruction before
GenericField::Enum. Do the same in getNumericKey for consistency.
2024-03-01 01:57:06 +08:00

31 KiB