Add first pieces of support for parsing and representing
extern "C" in C++ mode. Patch by Mike Stump!
llvm-svn: 45904
diff --git a/clang/CodeGen/CodeGenModule.h b/clang/CodeGen/CodeGenModule.h
index 6653e50..b86ceba 100644
--- a/clang/CodeGen/CodeGenModule.h
+++ b/clang/CodeGen/CodeGenModule.h
@@ -95,6 +95,10 @@
/// specified stmt yet.
void WarnUnsupported(const Stmt *S, const char *Type);
+ /// WarnUnsupported - Print out a warning that codegen doesn't support the
+ /// specified decl yet.
+ void WarnUnsupported(const Decl *D, const char *Type);
+
private:
/// ReplaceMapValuesWith - This is a really slow and bad function that
/// searches for any entries in GlobalDeclMap that point to OldVal, changing