[clang] [llvm] Enable fexec-charset option (PR #138895)
Sergei Barannikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 23:31:42 PST 2026
================
@@ -198,6 +223,7 @@ class Preprocessor {
std::unique_ptr<ScratchBuffer> ScratchBuf;
HeaderSearch &HeaderInfo;
ModuleLoader &TheModuleLoader;
+ TextEncodingConfig TEC;
----------------
s-barannikov wrote:
Why is it a member of Preprocessor? -fexec-charset shouldn't affect the preprocessor behavior (?)
https://github.com/llvm/llvm-project/pull/138895
More information about the cfe-commits
mailing list