================
@@ -321,6 +322,7 @@ class SymbolFileDWARF : public SymbolFileCommon {
     m_file_index = file_index;
   }
 
+protected:
----------------
augusto2112 wrote:

I think the big issue on keeping everything public is that will will use those 
methods without realizing they were supposed to be private (like I did), and 
then it'll be a bigger problem to disentangle that later on.

https://github.com/llvm/llvm-project/pull/69990
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to