https://github.com/chandlerc closed
https://github.com/llvm/llvm-project/pull/120835
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/carlocab approved this pull request.
https://github.com/llvm/llvm-project/pull/120835
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Chandler Carruth (chandlerc)
Changes
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 change
https://github.com/chandlerc created
https://github.com/llvm/llvm-project/pull/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.
Thi