[clang] Warn when unique objects might be duplicated in shared libraries (PR #117622)
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 11:07:38 PST 2025
rnk wrote:
+1 to separating implementation from enablement. Enabling the warning by default will predictably generate pushback and folks may ask to revert, and it's a good best practice to be able to easily do that while leaving the implementation in place.
https://github.com/llvm/llvm-project/pull/117622
More information about the cfe-commits
mailing list