[Lldb-commits] [lldb] [llvm] [lldb] Move SBLanguages.h out of API tree (PR #111929)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 09:53:57 PDT 2024


================
@@ -71,7 +70,7 @@ class LLDB_API SBExpressionOptions {
   /// Set the language using a pair of language code and version as
   /// defined by the DWARF 6 specification.
   /// WARNING: These codes may change until DWARF 6 is finalized.
-  void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
+  void SetLanguage(lldb::SourceLanguageName name, uint32_t version);
----------------
bulbazord wrote:

That's true. I'm fairly certain our "ABI stability" guarantee applies to both scenarios, though I'm not sure how we can promise an "unstable API" while maintaining our "ABI stability" guarantee. I want to review as many SBAPI changes as possible to look for these kinds of ABI breaks but it doesn't scale very well.

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


More information about the lldb-commits mailing list