[PATCH] D127485: [analyzer][NFC] Remove unused Analyses enum
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 12:20:57 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0539b456b788: [analyzer][NFC] Remove unused Analyses enum (authored by steakhal).
Changed prior to commit:
https://reviews.llvm.org/D127485?vs=435868&id=436512#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127485/new/
https://reviews.llvm.org/D127485
Files:
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
Index: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
===================================================================
--- clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
+++ clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
@@ -33,13 +33,6 @@
} // namespace ento
-/// Analysis - Set of available source code analyses.
-enum Analyses {
-#define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
-#include "clang/StaticAnalyzer/Core/Analyses.def"
-NumAnalyses
-};
-
/// AnalysisStores - Set of available analysis store models.
enum AnalysisStores {
#define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127485.436512.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220613/6ad62463/attachment.bin>
More information about the cfe-commits
mailing list