Files
clang-p2996/clang/lib/Basic/Builtins.cpp
Chandler Carruth dc3cd2e95e Factor common code for quoting a builtin name (#120835)
This shows up in several places in order to match the quoting of other
uses of the same diagnostic. Handling it centrally simplifies the code
and reduces changes if the storage for builtin names changes.

This refactoring is extracted out of #120534 as requested in code
review.
2025-01-03 19:23:42 -08:00

9.4 KiB