================
@@ -16,6 +16,21 @@
 
 using namespace clang;
 
+static StringRef logBody(StringRef Line) { return Line.split(": ").second; }
----------------
cyndyishida wrote:

This function isn't used on windows right? You should move this inside the 
windows guard to not trip up `-Wunused-function`

https://github.com/llvm/llvm-project/pull/211966
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to