================ @@ -1085,6 +1085,26 @@ void clang::EscapeStringForDiagnostic(StringRef Str, } } +/// Displays CodePoint in U+NNNN notation, optionally prepending the quoted +/// CodePoint itself if printable. +llvm::SmallString<16> ---------------- cor3ntin wrote:
```suggestion /// Displays a single Unicode codepoint in U+NNNN notation, optionally prepending the quoted codepoint itself if printable llvm::SmallString<16> ``` https://github.com/llvm/llvm-project/pull/206326 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
