[llvm-branch-commits] [clang] [llvm] Continuation of fexec-charset (PR #169803)

Sergei Barannikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 5 08:23:47 PDT 2026


================

----------------
s-barannikov wrote:

`SpecifierLetter` (actually, it may be more than one letter) should be converted back to UTF-8.

However, it is not always in execution encoding, there are two places that initialize it with host string, look for "*" and ".*" in `DecomposePrintfHandler::HandlePrintfSpecifier()`. I'll put a PR to change `SpecifierLetter` to always be in the execution encoding.


https://github.com/llvm/llvm-project/pull/169803


More information about the llvm-branch-commits mailing list