Skip to content
Commit 1277faf5 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

Core: switch error mapping to switches

Rather than a series of cascading ifs, use a switch statement to convert the
error code to a string.  This has the benefit of allowing the compiler to inform
us if we ever add a new error code but fail to update the string representation.

Add in stringified versions for a couple of missing InputGraphErrors.

llvm-svn: 219089
parent c2e691ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment