[Lldb-commits] [lldb] [lldb] Add include for SBLanguages in	lldb-enumerations (PR #111907)
    Alex Langford via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct 10 16:13:41 PDT 2024
    
    
  
bulbazord wrote:
My mental model is that everything in `lldb-enumerations.h` should be public and all the private enumerations should go in `lldb-private-enumerations.h`. In practice I think there are tons of things in `lldb-enumerations.h` that should not be public at all, but I'm not sure which are safe to remove since they're all exposed through the Python bindings.
https://github.com/llvm/llvm-project/pull/111907
    
    
More information about the lldb-commits
mailing list