[PATCH] D146940: [Analysis] Deprecate (Legacy)DivergenceAnalysis
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 03:42:44 PDT 2023
nikic added a comment.
I'd prefer deleting this code over adding pragmas. There is no need to deprecate things in C++ API before removal.
================
Comment at: llvm/lib/Analysis/DivergenceAnalysis.cpp:93
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+
----------------
Won't this break the GCC build?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146940/new/
https://reviews.llvm.org/D146940
More information about the llvm-commits
mailing list