[Lldb-commits] [lldb] [lldb] Use -Wno-documentation-deprecated-sync if available (PR #138909)
Kazu Hirata via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 10:25:44 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.
----------------
kazutakahirata wrote:
Good point! I just filed #138914. Let me update this PR to mention the issue. Thanks!
https://github.com/llvm/llvm-project/pull/138909
More information about the lldb-commits
mailing list