aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2018-08-21 15:45:42 +0200
committerMichael Schmidt <github@mschmidt.me>2018-08-21 15:45:42 +0200
commit678b39097b51f8a1bd63138aff57295526047e5b (patch)
tree51559bcae7e0ecd719a102cb857b2f7d9e875f41 /doc
parent91fc4dd14ed1650c9c84d2163d1d63e2ba5c7ce2 (diff)
downloadcompcert-kvx-678b39097b51f8a1bd63138aff57295526047e5b.tar.gz
compcert-kvx-678b39097b51f8a1bd63138aff57295526047e5b.zip
Document new named warning for tentative static definitions with incomplete type, bug 23377
Diffstat (limited to 'doc')
-rw-r--r--doc/ccomp.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ccomp.1 b/doc/ccomp.1
index f329edab..89420683 100644
--- a/doc/ccomp.1
+++ b/doc/ccomp.1
@@ -439,6 +439,10 @@ Enabled by default.
Use of static variables in non-static inline functions.
Enabled by default.
.sp
+\fItentative\-incomplete\-static\fP:
+Use of tentative static definitions with incomplete type.
+Disabled by default.
+.sp
\fIunknown\-attributes\fP:
Use of unsupported or unknown attributes.
Enabled by default.