diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2020-06-13 02:52:55 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-06-13 03:08:56 +0000 |
commit | 339e49e2ca4b92bad0e2694993c6e59c0cadb440 (patch) | |
tree | cc9c110f7bf49e25be765501f0d2e3b98e5f1764 /lldb/source/Interpreter/CommandObject.cpp | |
parent | 66042959590d6db9d2a12803a16476d4e3508f3f (diff) | |
download | llvm-339e49e2ca4b92bad0e2694993c6e59c0cadb440.zip llvm-339e49e2ca4b92bad0e2694993c6e59c0cadb440.tar.gz llvm-339e49e2ca4b92bad0e2694993c6e59c0cadb440.tar.bz2 |
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) {
^
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions