[LLDB] Fix off by one logging placeholders in ClangASTSource::layoutRecordType()
authorShafik Yaghmour <syaghmour@apple.com>
Tue, 17 Aug 2021 23:29:00 +0000 (16:29 -0700)
committerShafik Yaghmour <syaghmour@apple.com>
Tue, 17 Aug 2021 23:47:46 +0000 (16:47 -0700)
commit0479afb3d6a31668631464653f07154d6850e4a1
treeaa15a07dcc8cc193eee49cc691c7417d953abd67
parent32208555af26c48f3df845a10b049c8eb74e2eb3
[LLDB] Fix off by one logging placeholders in ClangASTSource::layoutRecordType()

D72391 Added some additional information to the logging but in this case instead of using
placeholder 2 and 3 they used 3 and 4.
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp