Learn more about cloning repositories
You have read-only access
Fix misuses of llvm::StringSwitch. StringSwitch forms references to temporaries, so it cannot be stored into a local. (Really 'auto' is to blame here; see LLVM r276671.)