================
@@ -1239,6 +1239,17 @@ class Triple {
return isOSBinFormatXCOFF() || isWasm();
}
+ /// Returns the default wchar_t size (in bytes) for this target triple.
+ unsigned getDefaultWCharSize() const {
----------------
jhuber6 wrote:Done https://github.com/llvm/llvm-project/pull/184668 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
