[all-commits] [llvm/llvm-project] 0479af: [LLDB] Fix off by one logging placeholders in Clan...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Tue Aug 17 16:48:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0479afb3d6a31668631464653f07154d6850e4a1
https://github.com/llvm/llvm-project/commit/0479afb3d6a31668631464653f07154d6850e4a1
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list