Lines Matching +refs:clang +refs:format +refs:executable
81 dnl that defines __GNUC__, which means clang, for example, counts as "gcc".
113 # This is assumed either to be GCC or clang, both
231 # We're assuming this is clang, where
308 # MIPS C for IRIX, DEC C, and clang all use -M.
346 # Note: clang doesn't seem to exit with an error status when handed
349 # -M, so the fact that this test always succeeds with clang
684 AC_MSG_WARN(ignoring obsolete flex executable ($s))
1186 dnl Test whether __attribute__((format)) can be used without warnings
1190 AC_MSG_CHECKING([whether __attribute__((format)) can be used without warnings])
1199 __attribute__ ((format (printf, 1, 2)));
1212 [define if your compiler allows __attribute__((format)) without a warning])