[analyzer] The patch prevents the analyzer from crashing during CFG dump.

llvm-svn: 199800
This commit is contained in:
Anton Yartsev 2014-01-22 13:19:48 +00:00
parent 9f2538d883
commit fee669054f
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ public:
static const char *const Table[] = {
"Allocated",
"Released",
"Relinquished"
"Relinquished",
"Escaped"
};
OS << Table[(unsigned) K];
}