utils/macros.3: Document `CLANG_WARNING'.
[mLib] / utils / macros.3
index bd4145a..bd8cbb6 100644 (file)
@@ -42,6 +42,7 @@ macros \- useful macros
 
 .BI "int GCC_VERSION_P(" maj ", " min ");"
 .BI "GCC_WARNING(" option ")"
+.BI "CLANG_WARNING(" option ")"
 .fi
 .SH DESCRIPTION
 .SS Utilities
@@ -163,6 +164,10 @@ lists (see above).  It takes a string-literal argument
 .I option
 naming a GCC warning option, e.g.,
 .BR """\-Wdiv-by-zero""" .
+.PP
+The
+.B CLANG_WARNING
+is similar, except that it works with the Clang compiler.
 .SH "SEE ALSO"
 .BR mLib (3).
 .SH "AUTHOR"