We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc809 commit 407afbfCopy full SHA for 407afbf
clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp
@@ -29,9 +29,6 @@ namespace {
29
class PrintPass final : public llvm::AnalysisInfoMixin<PrintPass> {
30
friend struct llvm::AnalysisInfoMixin<PrintPass>;
31
32
-private:
33
- static llvm::AnalysisKey key;
34
-
35
public:
36
using Result = llvm::PreservedAnalyses;
37
0 commit comments