[Lldb-commits] [lldb] [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (PR #80167)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 8 15:07:29 PDT 2024


JDevlieghere wrote:

@Michael137 I'm a little late to the party but I just noticed that `ChildCacheState` is the only `enum class` in `lldb-enumerations.h`. Is that intentional? Is there a reason this cannot be a old-school enum like everything else in that file? I don't feel super strongly about I'd like to make sure there's a reason for the inconsistency. 

https://github.com/llvm/llvm-project/pull/80167


More information about the lldb-commits mailing list