diff options
Diffstat (limited to 'clang/include/clang/Basic/LangOptions.h')
-rw-r--r-- | clang/include/clang/Basic/LangOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/LangOptions.h b/clang/include/clang/Basic/LangOptions.h index 559a4be..ecf92ce 100644 --- a/clang/include/clang/Basic/LangOptions.h +++ b/clang/include/clang/Basic/LangOptions.h @@ -633,8 +633,8 @@ public: bool AtomicFineGrainedMemory = false; bool AtomicIgnoreDenormalMode = false; - /// Name of the exec charset to convert the internal charset to. - std::string ExecCharset; + /// Name of the execution encoding to convert the internal encoding to. + std::string ExecEncoding; LangOptions(); |