aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2023-07-20 16:43:36 +0200
committerMartin Jambor <mjambor@suse.cz>2023-07-20 16:45:20 +0200
commitc0c5a57bff5cf2b6f3d6c55e70c0dc7d4e1fe1aa (patch)
tree678c05dfdb4491b65af4433303daa1439328d60d /gcc/doc
parent2cb0dc866e8f95151df5d759157708108e850dd9 (diff)
downloadgcc-c0c5a57bff5cf2b6f3d6c55e70c0dc7d4e1fe1aa.zip
gcc-c0c5a57bff5cf2b6f3d6c55e70c0dc7d4e1fe1aa.tar.gz
gcc-c0c5a57bff5cf2b6f3d6c55e70c0dc7d4e1fe1aa.tar.bz2
Document new analyzer parameters
This patch documents the analyzer parameters introduced in r14-2029-g0e466e978c7286 also in gcc/doc/invoke.texi. 2023-07-20 Martin Jambor <mjambor@suse.cz> * doc/invoke.texi (analyzer-text-art-string-ellipsis-threshold): New. (analyzer-text-art-ideal-canvas-width): Likewise. (analyzer-text-art-string-ellipsis-head-len): Likewise. (analyzer-text-art-string-ellipsis-tail-len): Likewise.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d3c821e..5628c08 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -16324,6 +16324,18 @@ The parameter is used only in GIMPLE FE.
The maximum number of 'after supernode' exploded nodes within the analyzer
per supernode, before terminating analysis.
+@item analyzer-text-art-string-ellipsis-threshold
+The number of bytes at which to ellipsize string literals in analyzer text art diagrams.
+
+@item analyzer-text-art-ideal-canvas-width
+The ideal width in characters of text art diagrams generated by the analyzer.
+
+@item analyzer-text-art-string-ellipsis-head-len
+The number of literal bytes to show at the head of a string literal in text art when ellipsizing it.
+
+@item analyzer-text-art-string-ellipsis-tail-len
+The number of literal bytes to show at the tail of a string literal in text art when ellipsizing it.
+
@item ranger-logical-depth
Maximum depth of logical expression evaluation ranger will look through
when evaluating outgoing edge ranges.