forked from OSchip/llvm-project
[analyzer] The patch prevents the analyzer from crashing during CFG dump.
llvm-svn: 199800
This commit is contained in:
parent
9f2538d883
commit
fee669054f
|
@ -103,7 +103,8 @@ public:
|
|||
static const char *const Table[] = {
|
||||
"Allocated",
|
||||
"Released",
|
||||
"Relinquished"
|
||||
"Relinquished",
|
||||
"Escaped"
|
||||
};
|
||||
OS << Table[(unsigned) K];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue