[lldb] Fix more typos in log statements in ClangASTSource
authorRaphael Isemann <teemperor@gmail.com>
Thu, 5 Mar 2020 22:13:05 +0000 (14:13 -0800)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 5 Mar 2020 22:13:09 +0000 (14:13 -0800)
commitd0e8abc4381b3a656cde07a7844628535b8d864c
treeef57ef4de170885a89d91802e1368750d8da31a8
parentabc040e9533011a62a25c93b07b4fc31c8a641f7
[lldb] Fix more typos in log statements in ClangASTSource

The indexes need to start at 0 but in D74951 I removed the first parameter
and didn't decrement all the indexes. This patch at least makes sure that
LLDB logging no longer crashes (but it still deadlocks).
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp