diff options
Diffstat (limited to 'clang/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/CodeGen/CodeGenFunction.h b/clang/CodeGen/CodeGenFunction.h index 2fd8063837f..0c66b50adae 100644 --- a/clang/CodeGen/CodeGenFunction.h +++ b/clang/CodeGen/CodeGenFunction.h @@ -272,7 +272,7 @@ public: /// 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 |