[all-commits] [llvm/llvm-project] 61964f: [LLDB][easy] Fix a bug in DummySyntheticFrontEnd (...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Thu Nov 2 22:16:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61964f17478b0c84b66d34637f482e40b4be300c
https://github.com/llvm/llvm-project/commit/61964f17478b0c84b66d34637f482e40b4be300c
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M lldb/source/Core/ValueObjectSyntheticFilter.cpp
Log Message:
-----------
[LLDB][easy] Fix a bug in DummySyntheticFrontEnd (#71143)
DummySyntheticFrontEnd is implementing correctly CalculateNumChildren
but not MightHaveChildren, where instead of delegating its action, it
was returning true.
This fixes that simple bug.
More information about the All-commits
mailing list