Files
clang-p2996/llvm/utils/TableGen/Common/CodeGenSchedule.h
Craig Topper 2a4c4b554b [TableGen] Use const getter to implement non-const getter instead of the other way around. NFC (#123452)
It's better to cast away constness on the reference being returned than
to cast away constness on the this pointer.
2025-01-18 08:35:59 -08:00

24 KiB