Home
last modified time | relevance | path

Searched full:clang (Results 1 – 21 of 21) sorted by relevance

/civetweb-2.7.6/
Dformat.bat2 clang-format -i src/civetweb.c
3 clang-format -i src/main.c
4 clang-format -i src/CivetServer.cpp
5 clang-format -i src/civetweb_private_lua.h
6 clang-format -i src/md5.inl
7 clang-format -i src/sha1.inl
8 clang-format -i src/mod_lua.inl
9 clang-format -i src/mod_lua_shared.inl
10 clang-format -i src/mod_duktape.inl
11 clang-format -i src/mod_zlib.inl
[all …]
D.travis.yml60 apt-cache search clang | grep compiler;
169 compiler: clang
176 - clang-3.8
180 MATRIX_EVAL="CC=clang-3.8 && CXX=clang++-3.8"
203 compiler: clang
210 - clang-3.8
214 MATRIX_EVAL="CC=clang-3.8 && CXX=clang++-3.8"
238 compiler: clang
245 - clang-3.8
249 MATRIX_EVAL="CC=clang-3.8 && CXX=clang++-3.8"
[all …]
D.clang-format1 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
DCMakeLists.txt122 # Builds for GCC 4.6 and clang 3.4 are free from warnings.
236 if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
DRELEASE_NOTES.md239 - Fix build for MinGW-x64, TDM-GCC and clang
/civetweb-2.7.6/unittest/
Dcivetweb_check.h25 #pragma clang diagnostic push
27 #pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments"
65 #pragma clang diagnostic pop
80 /* When using -Weverything, clang does not accept it's own headers
83 #pragma clang diagnostic ignored "-Wdisabled-macro-expansion"
Dpublic_server.c1029 #pragma clang diagnostic push in websock_server_data()
1030 #pragma clang diagnostic ignored "-Wunreachable-code" in websock_server_data()
1039 #pragma clang diagnostic pop in websock_server_data()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
Dduk_config.h-modular-static44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
Dduk_config.h-modular-static44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dliolib.c198 ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for
/civetweb-2.7.6/src/
Dcivetweb.c309 /* When using -Weverything, clang does not accept it's own headers
312 #pragma clang diagnostic ignored "-Wdisabled-macro-expansion"
322 * #pragma clang diagnostic ignored "-Wno-error=date-time"
323 * #pragma clang diagnostic ignored "-Wdate-time"
337 #pragma clang diagnostic ignored "-Wno-reserved-id-macro"
338 #pragma clang diagnostic ignored "-Wno-keyword-macro"
1192 #pragma clang diagnostic push
1193 #pragma clang diagnostic ignored "-Wunused-function"
1289 #pragma clang diagnostic pop
1620 #pragma clang diagnostic push
[all …]
Dmain.c43 * #pragma clang diagnostic ignored "-Wimplicit-function-declaration"
/civetweb-2.7.6/src/third_party/
Dsqlite3.c99 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
966 ** version numbers in clang are for "marketing" only and are inconsistent
967 ** and unreliable. Fortunately, all versions of clang also recognize the
970 ** when compiling with clang.
165621 ** clang, since clang works hard to be gcc compatible. So the gcc
165622 ** optimizations will also work when compiling with clang.
186680 int rc = 0; /* Initialized only to suppress erroneous warning from Clang */