Files
clang-p2996/llvm/lib/IR/DiagnosticPrinter.cpp
Matt Arsenault 1bc1703eb5 DiagnosticPrinter: Use printAsOperand to handle anonymous values (#119491)
To avoid changing the behavior in the general case, only do this
for anonymous functions. Otherwise, we'll end up with a leading
'@' on the name, which may not be meaningful to end users.
2024-12-11 17:19:07 +09:00

3.1 KiB