]> Kevux Git Server - fll/commitdiff
Bugfix: Invalid defines, incorrect comments, missing flags, and missing dependencies.
authorKevin Day <kevin@kevux.org>
Mon, 6 Feb 2023 02:51:04 +0000 (20:51 -0600)
committerKevin Day <kevin@kevux.org>
Mon, 6 Feb 2023 02:51:04 +0000 (20:51 -0600)
There is an inconsistency where _di_f_color_string_s_ and _di_f_color_strings_s_ are used.
Settle on _di_f_color_string_s_ because it is defined in the header file.

Incorrect defines, such as _di_f_utf_is_contro_codel_ are removed.

The *.config.h comment example doesn't work.

Consistently add fanalyzer mode and make sure it is available in both settings and fakefile files.

Some of the define macros are missing in regards to private functions.

The controller program is missing f_limit and fl_directory dependencies.

45 files changed:
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.config.h
build/stand_alone/firewall.settings
build/stand_alone/fss_status_code.config.h
build/stand_alone/fss_status_code.settings
build/stand_alone/status_code.config.h
build/stand_alone/status_code.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
level_0/f_color/c/color/common.c
level_0/f_string/c/string/private-dynamic.c
level_0/f_string/c/string/private-dynamic.h
level_0/f_thread/c/private-thread.c
level_0/f_thread/c/private-thread.h
level_0/f_type/c/type.h
level_0/f_utf/c/private-utf_control.c
level_0/f_utf/c/private-utf_control.h
level_1/fl_utf/c/private-utf.h
level_3/byte_dump/data/build/fakefile
level_3/control/data/build/fakefile
level_3/controller/data/build/dependencies
level_3/controller/data/build/fakefile
level_3/fake/data/build/fakefile
level_3/firewall/data/build/fakefile
level_3/fss_basic_list_read/data/build/fakefile
level_3/fss_basic_list_write/data/build/fakefile
level_3/fss_basic_read/data/build/fakefile
level_3/fss_basic_write/data/build/fakefile
level_3/fss_embedded_list_read/data/build/fakefile
level_3/fss_embedded_list_write/data/build/fakefile
level_3/fss_extended_list_read/data/build/fakefile
level_3/fss_extended_list_write/data/build/fakefile
level_3/fss_extended_read/data/build/fakefile
level_3/fss_extended_write/data/build/fakefile
level_3/fss_identify/data/build/fakefile
level_3/fss_payload_read/data/build/fakefile
level_3/fss_payload_write/data/build/fakefile
level_3/fss_status_code/data/build/fakefile
level_3/iki_read/data/build/fakefile
level_3/iki_write/data/build/fakefile
level_3/status_code/data/build/fakefile
level_3/utf8/data/build/fakefile

index 66831e9c3b3ce927873c5df537f3b98c2ed48bde..ce8eef9d89e0e46b808942a10bdd8c396f2349ad 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_array_lengths_adjust_
 #define _di_f_array_lengths_append_
@@ -65,7 +65,6 @@
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
 #define _di_f_utf_is_alphabetic_numeric_
 #define _di_f_utf_is_ascii_
 //#define _di_f_utf_is_combining_
-#define _di_f_utf_is_contro_codel_
 //#define _di_f_utf_is_control_
 #define _di_f_utf_is_control_code_
 #define _di_f_utf_is_control_format_
index f3929f93fa91cc405fa238751dd50cad71ae56fc..5bbf0d368b433d3805e0204759278376a4d6d45b 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -81,6 +81,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index f8531ea630f596aa81108609a80231a1a5e097b2..a0f7753466f3619b1fee19350d4a7efe10eb3b23 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_account_by_id_
 #define _di_f_account_by_name_
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
 #define _di_f_utf_is_alphabetic_numeric_
 #define _di_f_utf_is_ascii_
 //#define _di_f_utf_is_combining_
-#define _di_f_utf_is_contro_codel_
 //#define _di_f_utf_is_control_
 #define _di_f_utf_is_control_code_
 #define _di_f_utf_is_control_format_
index 31c8df975c26d2aa024228cd32d244ccbc7c35b5..5117662e6ad0ad1e22ce5c86ce6ad2bd3a26b5ef 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -109,6 +109,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index 02581c11dff105833ab008aff00899b9ed2cdc9f..89302adc9bff811e550c3cbff0dabf7c5a652d9d 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_array_lengths_adjust_
 #define _di_f_array_lengths_append_
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
 #define _di_f_utf_is_alphabetic_numeric_
 #define _di_f_utf_is_ascii_
 //#define _di_f_utf_is_combining_
-#define _di_f_utf_is_contro_codel_
 //#define _di_f_utf_is_control_
 #define _di_f_utf_is_control_code_
 #define _di_f_utf_is_control_format_
index d9b4b218eca276737111440a9a8b19c4026deb7b..de1264e88867c222826d91c755f2416386dd0c22 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -97,6 +97,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index 6dba559659bea8ee23f69af9c690b70d9348c854..e3999e97259cfcb55cc7f27bdaa005297fc69083 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_array_lengths_adjust_
 #define _di_f_array_lengths_append_
@@ -65,7 +65,6 @@
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
index 9c1c845e7bac7dce329db1e4139a3d502d66be2f..d9dbb410853d21f7b268dedd3abcfbc2284131b1 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -89,6 +89,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index 6b3801b0d8d72dd98d9a2883271b8c29ebf87740..74ec36a9238e8133b34ac1befd81512c76365115 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_array_lengths_adjust_
 #define _di_f_array_lengths_append_
@@ -65,7 +65,6 @@
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
index 3d0f8060f3662489fa2c3a04008846fd648577e8..6d3c9f1eff1a170ae6f91ec8fe8bccf086ee6adc 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -85,6 +85,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index 54f454570ca740491fb67b13fc4cc1a0fe99c29a..3a3332a35afca668ecbe7b2efb8ee239cec5171d 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Example: echo > /tmp/all.txt
 //          for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done
-//          sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g'
+//          sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt
 
 #define _di_f_array_lengths_adjust_
 #define _di_f_array_lengths_append_
@@ -65,7 +65,6 @@
 //#define _di_f_color_set_string_empty_s_
 //#define _di_f_color_set_t_
 //#define _di_f_color_string_s_
-//#define _di_f_color_strings_s_
 //#define _di_f_color_t_
 //#define _di_f_color_terminal_s_
 
index cf5721da3cc9bcc92c000eab8c190f3aceb4b5a2..4b74fc12190b22c35f994a826c19290e3608367a 100644 (file)
@@ -12,7 +12,7 @@ version_micro 4
 version_file micro
 version_target minor
 
-modes stand_alone clang
+modes stand_alone clang fanalyzer
 modes_default stand_alone
 
 build_compiler gcc
@@ -82,6 +82,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_
 
 flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
 flags-clang -Wno-logical-op-parentheses
+flags-fanalyzer -fanalyzer
 
 flags_library -fPIC
 flags_object -fPIC
index 27f4f03567e1d255e6e7eedbbb70ca91c4947932..3b6d728fef2a7c54ce689f4a0cf250a0efebb43b 100644 (file)
@@ -4,7 +4,7 @@
 extern "C" {
 #endif
 
-#ifndef _di_f_color_strings_s_
+#ifndef _di_f_color_string_s_
   const f_string_static_t f_color_string_begin_s = macro_f_string_static_t_initialize(F_color_string_begin_s, 0, F_color_string_begin_s_length);
   const f_string_static_t f_color_string_end_s = macro_f_string_static_t_initialize(F_color_string_end_s, 0, F_color_string_end_s_length);
   const f_string_static_t f_color_string_medium_s = macro_f_string_static_t_initialize(F_color_string_medium_s, 0, F_color_string_medium_s_length);
@@ -47,7 +47,7 @@ extern "C" {
   const f_string_static_t f_color_string_code_bright_purple_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_purple_bg_s, 0, F_color_string_code_bright_purple_bg_s_length);
   const f_string_static_t f_color_string_code_bright_teal_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_teal_bg_s, 0, F_color_string_code_bright_teal_bg_s_length);
   const f_string_static_t f_color_string_code_bright_white_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_white_bg_s, 0, F_color_string_code_bright_white_bg_s_length);
-#endif // _di_f_color_strings_s_
+#endif // _di_f_color_string_s_
 
 #ifndef _di_f_color_terminal_s_
   const f_string_static_t f_color_terminal_name_s = macro_f_string_static_t_initialize(F_color_terminal_name_s, 0, F_color_terminal_name_s_length);
index 58f42963016bab8ce6c6a3a6170eed2f76e6858b..c2b5d82815504090e26e93c8884cb37418a5c668 100644 (file)
@@ -129,7 +129,7 @@ extern "C" {
   }
 #endif // !defined(_di_f_string_dynamics_append_all_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_)
 
-#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
+#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
   f_status_t private_f_string_dynamics_resize(const f_array_length_t length, f_string_dynamics_t * const dynamics) {
 
     if (dynamics->used + length > F_array_length_t_size_d) {
@@ -155,7 +155,7 @@ extern "C" {
 
     return F_none;
   }
-#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
+#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
 
 #if !defined(_di_f_string_dynamicss_adjust_) || !defined(_di_f_string_dynamicss_append_) || !defined(_di_f_string_dynamicss_decimate_by_) || !defined(_di_f_string_map_multis_adjust_) || !defined(_di_f_string_map_multis_append_)
   f_status_t private_f_string_dynamicss_adjust(const f_array_length_t length, f_string_dynamicss_t * const dynamicss) {
index 66a8837a5aa7359b093e564d8756d9c68e26f4d2..57dbc978a2ccda00466ed6bebd7f1f33f77f65c0 100644 (file)
@@ -328,6 +328,7 @@ extern "C" {
  * @see f_string_dynamics_decrease_by()
  * @see f_string_dynamics_increase()
  * @see f_string_dynamics_increase_by()
+ * @see f_string_dynamics_resize()
  * @see f_string_map_multis_append()
  * @see f_string_map_multis_append_all()
  * @see f_string_map_multis_decrease_by()
@@ -340,9 +341,9 @@ extern "C" {
  * @see f_string_map_multiss_increase()
  * @see f_string_map_multiss_increase_by()
  */
-#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
+#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
   extern f_status_t private_f_string_dynamics_resize(const f_array_length_t length, f_string_dynamics_t * const dynamics) F_attribute_visibility_internal_d;
-#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
+#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
 
 /**
  * Private implementation for resizing.
index fe1f2982d396c12a7deb8a38482f9ea660a83d3e..c3c37ebd5465debcafdae3dc4a071fb6dda6272f 100644 (file)
@@ -257,7 +257,7 @@ extern "C" {
   }
 #endif // !defined(_di_f_thread_condition_attributes_decrease_) || !defined(_di_f_thread_condition_attributes_decrease_by_) || !defined(_di_f_thread_condition_attributes_increase_) || !defined(_di_f_thread_condition_attributes_increase_by_)
 
-#if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
+#if !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
   f_status_t private_f_thread_condition_delete(f_thread_condition_t *condition) {
 
     const int error = pthread_cond_destroy(condition);
@@ -271,7 +271,7 @@ extern "C" {
 
     return F_none;
   }
-#endif // !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
+#endif // !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
 
 #if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_)
   f_status_t private_f_thread_conditions_adjust(const f_array_length_t length, f_thread_conditions_t * const conditions) {
@@ -484,7 +484,7 @@ extern "C" {
   }
 #endif // !defined(_di_f_thread_lock_attributes_decrease_) || !defined(_di_f_thread_lock_attributes_decrease_by_) || !defined(_di_f_thread_lock_attributes_increase_) || !defined(_di_f_thread_lock_attributes_increase_by_)
 
-#if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
+#if !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
   f_status_t private_f_thread_lock_delete(f_thread_lock_t *lock) {
 
     const int error = pthread_rwlock_destroy(lock);
@@ -498,7 +498,7 @@ extern "C" {
 
     return F_none;
   }
-#endif // !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
+#endif // !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
 
 #if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_)
   f_status_t private_f_thread_locks_adjust(const f_array_length_t length, f_thread_locks_t * const locks) {
@@ -612,7 +612,8 @@ extern "C" {
   }
 #endif // !defined(_di_f_thread_mutex_attributes_decrease_) || !defined(_di_f_thread_mutex_attributes_decrease_by_) || !defined(_di_f_thread_mutex_attributes_increase_) || !defined(_di_f_thread_mutex_attributes_increase_by_)
 
-#if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
+
+#if !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
   f_status_t private_f_thread_mutex_delete(f_thread_mutex_t *mutex) {
 
     const int error = pthread_mutex_destroy(mutex);
@@ -626,7 +627,7 @@ extern "C" {
 
     return F_none;
   }
-#endif // !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
+#endif // !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
 
 #if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_)
   f_status_t private_f_thread_mutexs_adjust(const f_array_length_t length, f_thread_mutexs_t * const mutexs) {
index be3a46d6adeeb63dc9b47658dc5cb3da6babb2aa..81cc9d851a47c185310ee0d60117d79df3337116 100644 (file)
@@ -353,6 +353,7 @@ extern "C" {
  *
  * @see pthread_cond_destroy()
  *
+ * @see f_thread_condition_delete()
  * @see f_thread_conditions_adjust()
  * @see f_thread_conditions_decimate_by()
  * @see f_thread_conditions_decrease()
@@ -361,9 +362,9 @@ extern "C" {
  * @see f_thread_conditions_increase_by()
  * @see f_thread_conditions_resize()
  */
-#if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
+#if !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
   extern f_status_t private_f_thread_condition_delete(f_thread_condition_t *condition) F_attribute_visibility_internal_d;
-#endif // !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
+#endif // !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_)
 
 /**
  * Private implementation for resizing.
@@ -628,6 +629,7 @@ extern "C" {
  *
  * @see pthread_rwlock_destroy()
  *
+ * @see f_thread_lock_delete()
  * @see f_thread_locks_adjust()
  * @see f_thread_locks_decimate_by()
  * @see f_thread_locks_decrease()
@@ -636,9 +638,9 @@ extern "C" {
  * @see f_thread_locks_increase_by()
  * @see f_thread_locks_resize()
  */
-#if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
+#if !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
   extern f_status_t private_f_thread_lock_delete(f_thread_lock_t *lock) F_attribute_visibility_internal_d;
-#endif // !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
+#endif // !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_)
 
 /**
  * Private implementation for resizing.
@@ -779,6 +781,7 @@ extern "C" {
  *
  * @see pthread_mutex_destroy()
  *
+ * @see f_thread_mutex_delete()
  * @see f_thread_mutexs_adjust()
  * @see f_thread_mutexs_decimate_by()
  * @see f_thread_mutexs_decrease()
@@ -787,9 +790,9 @@ extern "C" {
  * @see f_thread_mutexs_increase_by()
  * @see f_thread_mutexs_resize()
  */
-#if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
+#if !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
   extern f_status_t private_f_thread_mutex_delete(f_thread_mutex_t *mutex) F_attribute_visibility_internal_d;
-#endif // !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
+#endif // !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_)
 
 /**
  * Private implementation for resizing.
index aae9f66afa15ba62c6f5d9c881c2257d2ab000f1..3335b937b9d612c64913fad15060c2e3ef304c2b 100644 (file)
@@ -947,7 +947,6 @@ extern "C" {
  * This provides the types without the normal "f_" leading prefixes to be more in line with the core types like int64_t.
  */
 #ifdef __SIZEOF_INT128__
-
   #ifndef _di_f_int128_t_
     typedef __int128_t int128_t;
   #endif // _di_f_int128_t_
@@ -955,9 +954,7 @@ extern "C" {
   #ifndef _di_f_uint128_t_
     typedef __uint128_t uint128_t;
   #endif // _di_f_uint128_t_
-
 #else // __SIZEOF_INT128__
-
   #ifndef _di_f_int128_t_
     typedef int64_t int128_t;
   #endif // _di_f_int128_t_
@@ -965,7 +962,6 @@ extern "C" {
   #ifndef _di_f_uint128_t_
     typedef uint64_t uint128_t;
   #endif // _di_f_uint128_t_
-
 #endif // __SIZEOF_INT128__
 
 /**
index d6d1a7d4e49a4a9528037911bdffb3d6ae6fd90f..d12cec6456b0e34dc45998b7750c5fa6d63436b2 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#if !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_)
+#if !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_)
   f_status_t private_f_utf_character_is_control(const f_utf_char_t sequence) {
 
     if (macro_f_utf_char_t_width_is(sequence) == 2) {
@@ -127,7 +127,7 @@ extern "C" {
 
     return F_false;
   }
-#endif // !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_)
+#endif // !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_)
 
 #if !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_control_code_)
   f_status_t private_f_utf_character_is_control_code(const f_utf_char_t sequence) {
@@ -142,7 +142,7 @@ extern "C" {
 
     return F_false;
   }
-#endif // !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_contro_codel_)
+#endif // !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_control_code_)
 
 #if !defined(_di_f_utf_character_is_control_format_) || !defined(_di_f_utf_is_control_format_)
   f_status_t private_f_utf_character_is_control_format(const f_utf_char_t sequence) {
index b4593fb2999740001c50f3cf05c12c3835ac3bcf..f6b4e5391ee2d98a89dcc6abc406c00d96763639 100644 (file)
@@ -34,12 +34,14 @@ extern "C" {
  *   F_utf_fragment (with error bit) if character is a UTF-8 fragment.
  *   F_utf_not (with error bit) if unicode is an invalid Unicode character.
  *
+ * @see f_utf_character_is_alphabetic()
  * @see f_utf_character_is_control()
+ * @see f_utf_is_alphabetic()
  * @see f_utf_is_control()
  */
-#if !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_)
+#if !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_)
   extern f_status_t private_f_utf_character_is_control(const f_utf_char_t sequence) F_attribute_visibility_internal_d;
-#endif // !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_)
+#endif // !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_)
 
 /**
  * Private implementation of f_utf_character_is_control_code().
index ea7fbe7a2532661d4923a000393f7257d0d2f441..e6cadf2ea48f8d97ba3df8bd8cbde59683415a39 100644 (file)
@@ -43,9 +43,9 @@ extern "C" {
  * @see fl_utf_string_dynamic_compare()
  * @see fl_utf_string_dynamic_partial_compare()
  */
-#if !defined(_di_fl_utfl_string_compare_) || !defined(_di_fl_utfl_string_dynamic_compare_) || !defined(_di_fl_utfl_string_dynamic_partial_compare_)
+#if !defined(_di_fl_utf_string_compare_) || !defined(_di_fl_utf_string_dynamic_compare_) || !defined(_di_fl_utf_string_dynamic_partial_compare_)
   extern f_status_t private_fl_utf_string_compare(const f_utf_string_t string1, const f_utf_string_t string2, const f_array_length_t offset1, const f_array_length_t offset2, const f_array_length_t stop1, const f_array_length_t stop2) F_attribute_visibility_internal_d;
-#endif // !defined(_di_fl_utfl_string_compare_) || !defined(_di_fl_utfl_string_dynamic_compare_) || !defined(_di_fl_utfl_string_dynamic_partial_compare_)
+#endif // !defined(_di_fl_utf_string_compare_) || !defined(_di_fl_utf_string_dynamic_compare_) || !defined(_di_fl_utf_string_dynamic_partial_compare_)
 
 /**
  * Private implementation of fl_utf_string_compare_trim().
index 5086c113af944882d6221a0107b145c369a33093..6b0bdff3828ae5f4372609a5630d2f497dc351f7 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 97815ecd588d21bc0b36765f7858d6ba5d689815..e1e3df52b3a6d7b65879e6279a452620e347d2a7 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 2b3114f0a3c42182fa79e637c4a51733fd5d2d6a..3e6414ed5d7649ad8b9fc4978c71cf0e9550865e 100644 (file)
@@ -18,6 +18,7 @@ f_execute
 f_file
 f_fss
 f_iki
+f_limit
 f_path
 f_pipe
 f_print
@@ -28,6 +29,7 @@ f_thread
 
 fl_control_group
 fl_conversion
+fl_directory
 fl_environment
 fl_fss
 fl_iki
index 943b151b4c8197f21ea94eb6c2fe6ff119ac7d8a..39daf10047de77a90d3f83471ba527540d939f0b 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer as_init
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 7507b7cde1940d897b3a5268fe1e8ded39a79d33..55b247bf529d511e20349c657bf966929986cb13 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 97e4950163a5579f43fe532de78015e37b9ad235..04f861d18a78b6f17283feddbf67aaf4ee4e15cd 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index ce59a0abd3ffe198bf274ef77a97ba127c81be6c..4e08fb5a389e220ec2d4e7df6e69651606974acc 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 99ebb8f4b8dc00319854f1780d030594bc35ef05..5c36bd70d43a6005b1b729329bcc1593d9f493e5 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 3bd3c080fce9a19fb138985ebe9d69102f6ba0fb..ecd42337f98ddba9b27aa2b6c3c50a9d200662e2 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 297f7024b4401bec63e309bc138384684c1da9e3..4378acdb491c7ca8f8cee5f1e0da56a4090df4cc 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 4ad0b791ec0f41a4062cf45dd70d4e3da1fc74af..29f85b6be6845b8d0fcbc0ba681790d04b2d3c20 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index f924fc359700ed5443605c864daa082b25618aaa..1e55f886e2ea62e1dcdf5e8b76975e3e07da2a70 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 0e405359421da6132ea2d530a44f8f89629fbb6f..75c2755dcdb9004c96cc4cd715982e306a5d0d87 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 31cc6dbc718a6d5673fb1ca02dd5482dad162c52..d3b6448ae5be560e20d8090c3942cf4e747c02cc 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index b1829a9003d88fc17bd0c091838b005df1993c02..cf07712602cff37e1572d1228f35d637ccd70d25 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 8195b99c313a62499b206f4bdf2a1b053a7ad564..d5e4d0b922f5bea5bae06dbbe510a75358c9d710 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 85f637069a156c71eb7967abc73f840facde0784..5987174f1abc24a4129f7b65b2e716e0cdf40d26 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 35890c5b56e7d9190ca090a80d3ad13bc78a9f61..31098d1baa301614881c31f1721ff86c75854854 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 0d2f03056416210b822f4ce2d966d96181e4d088..a27fa43e6dcbeb010cdd4d14411bca19ed3504f0 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 71ce43cf33ec8ba44e240f009f75873c7c5e4775..5217052894a9631055ace2e2c99af6cfdd2d3bbc 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 52ae617a4ef1250a91d5d2ab1cf8a70430870d71..c13c1414f898019734fd6eeee57fc911c5d89386 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 27415290ecae72322c9922c03640b2de43d2d8c5..a0bcc837475ad2d237593c5324b9bcd6e037424e 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index da8f07ce613a1a9142bea6d17f80b9adc90caa57..df2eab5430540e71416cabb6a8e3837965af21a0 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH
index 18e9b586a1502c9e9a030a1f4ff8fcb284554f45..0bc307bea6f9f37dbde2a3148cc41e392c6cdcd5 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual level monolithic clang test fanalyzer
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH