Changeset View
Changeset View
Standalone View
Standalone View
cfe/trunk/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
Show First 20 Lines • Show All 374 Lines • ▼ Show 20 Lines | ANALYZER_OPTION( | ||||
"") | "") | ||||
ANALYZER_OPTION( | ANALYZER_OPTION( | ||||
StringRef, CXXMemberInliningMode, "c++-inlining", | StringRef, CXXMemberInliningMode, "c++-inlining", | ||||
"Controls which C++ member functions will be considered for inlining. " | "Controls which C++ member functions will be considered for inlining. " | ||||
"Value: \"constructors\", \"destructors\", \"methods\".", | "Value: \"constructors\", \"destructors\", \"methods\".", | ||||
"destructors") | "destructors") | ||||
ANALYZER_OPTION_DEPENDS_ON_USER_MODE( | |||||
StringRef, IPAMode, "ipa", | |||||
"Controls the mode of inter-procedural analysis. Value: \"none\", " | |||||
"\"basic-inlining\", \"inlining\", \"dynamic\", \"dynamic-bifurcate\".", | |||||
/* SHALLOW_VAL */ "inlining", /* DEEP_VAL */ "dynamic-bifurcate") | |||||
ANALYZER_OPTION( | ANALYZER_OPTION( | ||||
StringRef, ExplorationStrategy, "exploration_strategy", | StringRef, ExplorationStrategy, "exploration_strategy", | ||||
"Value: \"dfs\", \"bfs\", \"unexplored_first\", " | "Value: \"dfs\", \"bfs\", \"unexplored_first\", " | ||||
"\"unexplored_first_queue\", \"unexplored_first_location_queue\", " | "\"unexplored_first_queue\", \"unexplored_first_location_queue\", " | ||||
"\"bfs_block_dfs_contents\".", | "\"bfs_block_dfs_contents\".", | ||||
"unexplored_first_queue") | "unexplored_first_queue") | ||||
ANALYZER_OPTION( | |||||
StringRef, RawSilencedCheckersAndPackages, "silence-checkers", | |||||
"A semicolon separated list of checker and package names to silence. " | |||||
"Silenced checkers will not emit reports, but the modeling remain enabled.", | |||||
"") | |||||
ANALYZER_OPTION_DEPENDS_ON_USER_MODE( | |||||
StringRef, IPAMode, "ipa", | |||||
"Controls the mode of inter-procedural analysis. Value: \"none\", " | |||||
"\"basic-inlining\", \"inlining\", \"dynamic\", \"dynamic-bifurcate\".", | |||||
/* SHALLOW_VAL */ "inlining", /* DEEP_VAL */ "dynamic-bifurcate") | |||||
#undef ANALYZER_OPTION_DEPENDS_ON_USER_MODE | #undef ANALYZER_OPTION_DEPENDS_ON_USER_MODE | ||||
#undef ANALYZER_OPTION | #undef ANALYZER_OPTION |