commit | 7fe5d72fbc8605b60d42d32394248ea76cf763a0 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Aug 28 22:04:50 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Aug 28 22:04:50 2009 +0000 |
tree | cff3de97a69396c91017114371f6494ca010055d | |
parent | a5bf7f13d7772b164750997f95ab18487bbc4114 [diff] [blame] |
path to ir-gen 12.3.1 Conversion by constructor git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80398 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/StmtDumper.cpp b/lib/AST/StmtDumper.cpp index 5f680ea..7201883 100644 --- a/lib/AST/StmtDumper.cpp +++ b/lib/AST/StmtDumper.cpp
@@ -333,6 +333,9 @@ case CastExpr::CK_UserDefinedConversion: fprintf(F, "<UserDefinedConversion>"); break; + case CastExpr::CK_ConstructorConversion: + fprintf(F, "<ConstructorConversion>"); + break; } }