================
@@ -57,6 +57,26 @@
 
 #include "llvm/ADT/FunctionExtras.h"
 
+#if defined(__clang__) && defined(__has_warning)
+#if __has_warning("-Wimplicit-fallthrough")
+#define EL_DISABLE_DEPRECATED_DECLARATION_WARNINGS                             
\
----------------
labath wrote:

Since these are still our (lldb) macro, they should use the LLDB prefix
E.g. LLDB_EDITLINE_DISABLE_DEPRECATED_DECLARATION_WARNINGS (or something 
shorter)

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

Reply via email to