convert the rest of the stderr users in codegen to use diagnostics.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44503 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h
index 2fd8063..0c66b50 100644
--- a/CodeGen/CodeGenFunction.h
+++ b/CodeGen/CodeGenFunction.h
@@ -272,7 +272,7 @@
   
   /// WarnUnsupported - Print out a warning that codegen doesn't support the
   /// specified stmt yet.
-  void WarnUnsupported(const Stmt *S);
+  void WarnUnsupported(const Stmt *S, const char *Type);
 
   //===--------------------------------------------------------------------===//
   //                                  Helpers