[Lldb-commits] [lldb] [lldb] Use -Wno-documentation-deprecated-sync if available (PR #138909)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 10:19:12 PDT 2025


================
@@ -16,6 +16,15 @@ if (CXX_SUPPORTS_DOCUMENTATION)
     PRIVATE -Wdocumentation)
 endif()
 
+# Apply -Wno-documentation-deprecated-sync while we migrate away from
+# report_fatal_error in llvm/include/llvm/Support/ErrorHandling.h
+# and llvm/include/llvm/Support/Error.h.
----------------
bulbazord wrote:

Is there an associated Issue on Github you could add here? If the migration completes and we forget to clean this up, how would a future contributor know if this migration finished?

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


More information about the lldb-commits mailing list