analyzer: add -fdump-analyzer-json
[gcc.git] / gcc / analyzer / analyzer.opt
index 94a686db6b349c18e8d158bc8ef6dfd2a0c978d0..872fb31048e4ccc26631f739aa427148f081b99a 100644 (file)
@@ -186,6 +186,10 @@ fdump-analyzer-exploded-nodes-3
 Common RejectNegative Var(flag_dump_analyzer_exploded_nodes_3)
 Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt.
 
+fdump-analyzer-json
+Common RejectNegative Var(flag_dump_analyzer_json)
+Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file.
+
 fdump-analyzer-state-purge
 Common RejectNegative Var(flag_dump_analyzer_state_purge)
 Dump state-purging information to a SRCFILE.state-purge.dot file.