[lldb-vscode] A couple of small style fixes
authorPavel Labath <pavel@labath.sk>
Tue, 28 Apr 2020 11:13:45 +0000 (13:13 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 28 Apr 2020 11:35:07 +0000 (13:35 +0200)
commit5cee8ddcc7535c95e4dd00fc428d2a52630eaa31
treeb3fd7db4338e531368cf38e75a2dc2038fa83d06
parent3119bdb5d6955e85ddb45e9319608fa8a5915330
[lldb-vscode] A couple of small style fixes

to make the code conform to llvm style better:
- avoid use of auto where the type is not obivous
- avoid StringRef::data where it is not needed

No functional change intended.
lldb/tools/lldb-vscode/JSONUtils.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp