Lines Matching +refs:clang +refs:format +refs:binary
6 dnl Redistribution and use in source and binary forms, with or without
9 dnl distributions including binary code include the above copyright notice and
83 dnl that defines __GNUC__, which means clang, for example, counts as "gcc".
115 # This is assumed either to be GCC or clang, both
233 # We're assuming this is clang, where
310 # MIPS C for IRIX, DEC C, and clang all use -M.
348 # Note: clang doesn't seem to exit with an error status when handed
351 # -M, so the fact that this test always succeeds with clang
1188 dnl Test whether __attribute__((format)) can be used without warnings
1192 AC_MSG_CHECKING([whether __attribute__((format)) can be used without warnings])
1201 __attribute__ ((format (printf, 1, 2)));
1214 [define if your compiler allows __attribute__((format)) without a warning])