[llvm-branch-commits] [clang] [llvm] Enable fexec-charset option (PR #138895)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 12 00:42:43 PDT 2025
================
@@ -146,6 +144,8 @@ static unsigned ProcessCharEscape(const char *ThisTokBegin,
// that would have been \", which would not have been the end of string.
unsigned ResultChar = *ThisTokBuf++;
char Escape = ResultChar;
+ bool Translate = true;
----------------
cor3ntin wrote:
```suggestion
bool Transcode = true;
```
I would prefer this defaults to false
https://github.com/llvm/llvm-project/pull/138895
More information about the llvm-branch-commits
mailing list