[clang] [llvm] Forward declare TextEncodingConverter in TextEncoding.h, move config.h into TextEncoding.cpp (PR #207382)
Sergei Barannikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 3 06:30:58 PDT 2026
================
@@ -27,5 +29,5 @@ class TextEncoding {
llvm::StringRef getLiteralEncoding() { return LiteralEncoding; }
};
-} // namespace clang
+
#endif
----------------
s-barannikov wrote:
I probably looked at the version before the rebase.
All looks good now, thanks.
https://github.com/llvm/llvm-project/pull/207382
More information about the cfe-commits
mailing list