Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
Kazu Hirata 92cebab210 [IPO] Teach AbstractAttribute::getName to return StringRef (NFC) (#141313)
This patch addresses clang-tidy's readability-const-return-type by
dropping const from the return type while switching to StringRef at
the same time because these functions just return string constants.
2025-05-23 23:58:49 -07:00

52 KiB