[Lldb-commits] [PATCH] D147736: [lldb] Add an LLDB_DEPRECATED macro similar to LLVM_DEPRECATED
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 26 13:46:09 PDT 2023
kastiglione added inline comments.
================
Comment at: lldb/include/lldb/API/SBDefines.h:33
+// supports the attribute.
+#if defined(SWIG) or _cplusplus < 201402L
+#undef LLDB_DEPRECATED
----------------
@JDevlieghere should this be `||` instead of `or`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147736/new/
https://reviews.llvm.org/D147736
More information about the lldb-commits
mailing list