Fix GCC5 build by renaming variable used in 'auto' deduction (NFC)
GCC5 errors out with: llvm/lib/Analysis/StackSafetyAnalysis.cpp:935:21: error: use of 'KV' before deduction of 'auto' for (auto &KV : KV.second.Params) { ^
Loading
Please sign in to comment