2024-04-11 15:18 ftp://ftp.de.debian.org/debian/pool/main/p/pugixml/pugixml_1.14.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 25768b4 (2024-04-11 17:09:00 +0200) count: 2069 1791 elapsed-time: 10.3 21.5 head-timing-info: old-timing-info: head results: pugixml-1.14/docs/samples/custom_memory_management.cpp:8:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nothrow [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_error_handling.cpp:13:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/include.cpp:13:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/include.cpp:50:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_default [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_file.cpp:12:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_memory.cpp:21:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/include.cpp:61:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_options.cpp:14:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_stream.cpp:9:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/load_stream.cpp:68:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/modify_add.cpp:15:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/modify_base.cpp:9:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_default [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/modify_remove.cpp:24:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_declaration.cpp:13:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_custom_writer.cpp:100:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_file.cpp:13:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_options.cpp:17:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_stream.cpp:13:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/save_subtree.cpp:13:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/text.cpp:15:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/traverse_base.cpp:16:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/traverse_iter.cpp:15:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/traverse_predicate.cpp:35:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/traverse_rangefor.cpp:15:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/xpath_error.cpp:18:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/traverse_walker.cpp:15:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/xpath_query.cpp:16:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/xpath_select.cpp:13:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] pugixml-1.14/docs/samples/xpath_variables.cpp:14:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_boolean [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.hpp:342:3: style: Class 'xml_writer_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.hpp:356:3: style: Class 'xml_writer_stream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.hpp:357:3: style: Class 'xml_writer_stream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.hpp:861:3: style: Class 'xml_node_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.hpp:1156:3: style: Class 'xpath_variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.hpp:1341:3: style: Class 'xpath_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/tests/main.cpp:177:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/main.cpp:179:15: error: Non-local variable '_temp_path' will use pointer to local variable 'temp'. [danglingLifetime] pugixml-1.14/tests/main.cpp:179:38: note: Pointer to container is created here. pugixml-1.14/tests/main.cpp:175:14: note: Variable created here. pugixml-1.14/tests/main.cpp:179:15: note: Non-local variable '_temp_path' will use pointer to local variable 'temp'. pugixml-1.14/tests/test_deprecated.cpp:7:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_deprecated_load::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_deprecated.cpp:7:1: note: Technically the member function 'test_runner_helper_document_deprecated_load::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_deprecated.cpp:7:1: note: Technically the member function 'test_runner_helper_document_deprecated_load::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_deprecated.cpp:15:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_deprecated_select_single_node::run' can be const. [functionConst] pugixml-1.14/tests/test_deprecated.cpp:15:1: note: Technically the member function 'test_runner_helper_xpath_api_deprecated_select_single_node::run' can be const. pugixml-1.14/tests/test_deprecated.cpp:15:1: note: Technically the member function 'test_runner_helper_xpath_api_deprecated_select_single_node::run' can be const. pugixml-1.14/src/pugixml.hpp:318:6: performance: Function 'begin()' should return member '_begin' by const reference. [returnByReference] pugixml-1.14/src/pugixml.hpp:319:6: performance: Function 'end()' should return member '_end' by const reference. [returnByReference] pugixml-1.14/src/pugixml.hpp:314:29: performance: Function parameter 'e' should be passed by const reference. [passedByValue] pugixml-1.14/tests/test.cpp:160:2: performance: Variable 'result' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pugixml-1.14/tests/test.hpp:64:7: style:inconclusive: Technically the member function 'xpath_node_set_tester::check' can be const. [functionConst] pugixml-1.14/tests/test.cpp:149:29: note: Technically the member function 'xpath_node_set_tester::check' can be const. pugixml-1.14/tests/test.hpp:64:7: note: Technically the member function 'xpath_node_set_tester::check' can be const. pugixml-1.14/tests/test.cpp:175:3: warning: Struct 'xpath_node_set_tester' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] pugixml-1.14/tests/test.cpp:175:3: warning: Struct 'xpath_node_set_tester' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] pugixml-1.14/tests/test.cpp:210:39: style: Return value '*reinterpret_cast(&ui)==1' is always true [knownConditionTrueFalse] pugixml-1.14/tests/test.cpp:209:20: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/tests/test.cpp:210:39: note: Return value '*reinterpret_cast(&ui)==1' is always true pugixml-1.14/tests/test.cpp:158:91: style:inconclusive: Function 'xpath_node_set_tester' argument 2 names different: declaration 'message' definition 'message_'. [funcArgNamesDifferent] pugixml-1.14/tests/test.hpp:66:69: note: Function 'xpath_node_set_tester' argument 2 names different: declaration 'message' definition 'message_'. pugixml-1.14/tests/test.cpp:158:91: note: Function 'xpath_node_set_tester' argument 2 names different: declaration 'message' definition 'message_'. pugixml-1.14/src/pugixml.cpp:5447:16: debug: Failed to instantiate template "set_value_integer". The checking continues anyway. [templateInstantiation] pugixml-1.14/tests/test_dom_text.cpp:221:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_text.cpp:238:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_text.cpp:262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_text.cpp:286:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_text.cpp:9:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_empty::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:9:1: note: Technically the member function 'test_runner_helper_dom_text_empty::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:9:1: note: Technically the member function 'test_runner_helper_dom_text_empty::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:23:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_bool_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:23:1: note: Technically the member function 'test_runner_helper_dom_text_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:23:1: note: Technically the member function 'test_runner_helper_dom_text_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:28:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_get::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:28:1: note: Technically the member function 'test_runner_helper_dom_text_get::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:28:1: note: Technically the member function 'test_runner_helper_dom_text_get::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:46:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_string::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:46:1: note: Technically the member function 'test_runner_helper_dom_text_as_string::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:46:1: note: Technically the member function 'test_runner_helper_dom_text_as_string::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:64:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_int::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:64:1: note: Technically the member function 'test_runner_helper_dom_text_as_int::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:64:1: note: Technically the member function 'test_runner_helper_dom_text_as_int::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:76:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_int_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:76:1: note: Technically the member function 'test_runner_helper_dom_text_as_int_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:76:1: note: Technically the member function 'test_runner_helper_dom_text_as_int_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:88:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_uint::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:88:1: note: Technically the member function 'test_runner_helper_dom_text_as_uint::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:88:1: note: Technically the member function 'test_runner_helper_dom_text_as_uint::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:100:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_uint_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:100:1: note: Technically the member function 'test_runner_helper_dom_text_as_uint_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:100:1: note: Technically the member function 'test_runner_helper_dom_text_as_uint_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:112:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_integer_space::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:112:1: note: Technically the member function 'test_runner_helper_dom_text_as_integer_space::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:112:1: note: Technically the member function 'test_runner_helper_dom_text_as_integer_space::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:122:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_float::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:122:1: note: Technically the member function 'test_runner_helper_dom_text_as_float::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:122:1: note: Technically the member function 'test_runner_helper_dom_text_as_float::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:135:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_double::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:135:1: note: Technically the member function 'test_runner_helper_dom_text_as_double::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:135:1: note: Technically the member function 'test_runner_helper_dom_text_as_double::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:148:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_bool::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:148:1: note: Technically the member function 'test_runner_helper_dom_text_as_bool::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:148:1: note: Technically the member function 'test_runner_helper_dom_text_as_bool::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:163:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:163:1: note: Technically the member function 'test_runner_helper_dom_text_as_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:163:1: note: Technically the member function 'test_runner_helper_dom_text_as_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:175:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_llong_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:175:1: note: Technically the member function 'test_runner_helper_dom_text_as_llong_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:175:1: note: Technically the member function 'test_runner_helper_dom_text_as_llong_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:187:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_ullong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:187:1: note: Technically the member function 'test_runner_helper_dom_text_as_ullong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:187:1: note: Technically the member function 'test_runner_helper_dom_text_as_ullong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:199:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_as_ullong_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:199:1: note: Technically the member function 'test_runner_helper_dom_text_as_ullong_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:199:1: note: Technically the member function 'test_runner_helper_dom_text_as_ullong_hex::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:212:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_get_no_state::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:212:1: note: Technically the member function 'test_runner_helper_dom_text_get_no_state::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:212:1: note: Technically the member function 'test_runner_helper_dom_text_get_no_state::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:232:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:232:1: note: Technically the member function 'test_runner_helper_dom_text_set::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:232:1: note: Technically the member function 'test_runner_helper_dom_text_set::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:256:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:256:1: note: Technically the member function 'test_runner_helper_dom_text_set_with_size::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:256:1: note: Technically the member function 'test_runner_helper_dom_text_set_with_size::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:280:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set_partially_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:280:1: note: Technically the member function 'test_runner_helper_dom_text_set_partially_with_size::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:280:1: note: Technically the member function 'test_runner_helper_dom_text_set_partially_with_size::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:304:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_assign::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:304:1: note: Technically the member function 'test_runner_helper_dom_text_assign::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:304:1: note: Technically the member function 'test_runner_helper_dom_text_assign::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:331:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:331:1: note: Technically the member function 'test_runner_helper_dom_text_set_value::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:331:1: note: Technically the member function 'test_runner_helper_dom_text_set_value::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:359:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_assign_long::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:359:1: note: Technically the member function 'test_runner_helper_dom_text_assign_long::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:359:1: note: Technically the member function 'test_runner_helper_dom_text_assign_long::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:374:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set_value_long::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:374:1: note: Technically the member function 'test_runner_helper_dom_text_set_value_long::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:374:1: note: Technically the member function 'test_runner_helper_dom_text_set_value_long::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:421:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_assign_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:421:1: note: Technically the member function 'test_runner_helper_dom_text_assign_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:421:1: note: Technically the member function 'test_runner_helper_dom_text_assign_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:436:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_set_value_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:436:1: note: Technically the member function 'test_runner_helper_dom_text_set_value_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:436:1: note: Technically the member function 'test_runner_helper_dom_text_set_value_llong::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:452:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_middle::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:452:1: note: Technically the member function 'test_runner_helper_dom_text_middle::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:452:1: note: Technically the member function 'test_runner_helper_dom_text_middle::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:473:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_text_data::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_text.cpp:473:1: note: Technically the member function 'test_runner_helper_dom_text_data::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:473:1: note: Technically the member function 'test_runner_helper_dom_text_data::run' can be const. pugixml-1.14/tests/test_dom_text.cpp:484:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_text_defaults::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_text.cpp:484:1: note: Technically the member function 'test_runner_helper_dom_text_defaults::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_text.cpp:484:1: note: Technically the member function 'test_runner_helper_dom_text_defaults::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:116:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:125:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:164:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eofbit [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:256:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:268:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:300:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:336:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:367:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:376:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:399:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:408:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:454:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:488:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:510:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_file_not_found [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:518:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:528:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:543:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:557:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_file_not_found [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:586:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:644:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:681:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:692:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:704:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:718:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_latin1 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:854:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:871:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_ok [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1101:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1139:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1210:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1241:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1294:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1348:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1382:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1500:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1583:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_document [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1600:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1836:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1856:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:352:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cur [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:572:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_document [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:598:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_document [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:631:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:666:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:971:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:987:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1000:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1018:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1038:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1082:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1139:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1150:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1168:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1180:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1213:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1265:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1275:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_end_element_mismatch [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1287:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1298:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1310:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1339:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1347:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1364:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1587:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1669:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_modify.cpp:1762:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_traverse.cpp:494:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_null [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_traverse.cpp:746:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_traverse.cpp:956:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_dom_traverse.cpp:1295:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:66:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_create_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:66:1: note: Technically the member function 'test_runner_helper_document_create_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:66:1: note: Technically the member function 'test_runner_helper_document_create_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:72:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_create::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:72:1: note: Technically the member function 'test_runner_helper_document_create::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:72:1: note: Technically the member function 'test_runner_helper_document_create::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:80:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:80:1: note: Technically the member function 'test_runner_helper_document_load_stream::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:80:1: note: Technically the member function 'test_runner_helper_document_load_stream::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:89:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_offset::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:89:1: note: Technically the member function 'test_runner_helper_document_load_stream_offset::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:89:1: note: Technically the member function 'test_runner_helper_document_load_stream_offset::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:102:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_text::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:102:1: note: Technically the member function 'test_runner_helper_document_load_stream_text::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:102:1: note: Technically the member function 'test_runner_helper_document_load_stream_text::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:111:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:111:1: note: Technically the member function 'test_runner_helper_document_load_stream_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:111:1: note: Technically the member function 'test_runner_helper_document_load_stream_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:119:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:119:1: note: Technically the member function 'test_runner_helper_document_load_stream_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:119:1: note: Technically the member function 'test_runner_helper_document_load_stream_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:128:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:128:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:128:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:137:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:137:1: note: Technically the member function 'test_runner_helper_document_load_stream_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:137:1: note: Technically the member function 'test_runner_helper_document_load_stream_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:146:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:146:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:146:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:156:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_exceptions::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:156:1: note: Technically the member function 'test_runner_helper_document_load_stream_exceptions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:156:1: note: Technically the member function 'test_runner_helper_document_load_stream_exceptions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:179:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_error_previous::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:179:1: note: Technically the member function 'test_runner_helper_document_load_stream_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:179:1: note: Technically the member function 'test_runner_helper_document_load_stream_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:190:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_error_previous::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:190:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:190:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:210:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_nonseekable::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:210:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:210:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:221:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:221:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:221:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:232:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:232:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:232:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:247:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:247:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:247:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:259:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:259:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:259:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:271:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:271:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:271:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:287:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:287:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:287:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_out_of_memory_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:321:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:321:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:321:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:330:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:330:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:330:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_seek::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:361:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:361:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:361:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:370:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:370:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:370:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_tell::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:393:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:393:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:393:1: note: Technically the member function 'test_runner_helper_document_load_stream_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:402:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:402:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:402:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_nonseekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:448:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:448:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:448:1: note: Technically the member function 'test_runner_helper_document_load_stream_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:457:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:457:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:457:1: note: Technically the member function 'test_runner_helper_document_load_stream_wide_seekable_fail_read::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:468:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:468:1: note: Technically the member function 'test_runner_helper_document_load_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:468:1: note: Technically the member function 'test_runner_helper_document_load_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:476:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:476:1: note: Technically the member function 'test_runner_helper_document_load_file::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:476:1: note: Technically the member function 'test_runner_helper_document_load_file::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:484:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:484:1: note: Technically the member function 'test_runner_helper_document_load_file_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:484:1: note: Technically the member function 'test_runner_helper_document_load_file_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:492:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:492:1: note: Technically the member function 'test_runner_helper_document_load_file_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:492:1: note: Technically the member function 'test_runner_helper_document_load_file_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:506:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:506:1: note: Technically the member function 'test_runner_helper_document_load_file_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:506:1: note: Technically the member function 'test_runner_helper_document_load_file_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:513:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:513:1: note: Technically the member function 'test_runner_helper_document_load_file_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:513:1: note: Technically the member function 'test_runner_helper_document_load_file_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:521:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:521:1: note: Technically the member function 'test_runner_helper_document_load_file_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:521:1: note: Technically the member function 'test_runner_helper_document_load_file_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:536:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:536:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:536:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory_file_leak::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:551:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_error_previous::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:551:1: note: Technically the member function 'test_runner_helper_document_load_file_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:551:1: note: Technically the member function 'test_runner_helper_document_load_file_error_previous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:561:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_wide_ascii::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:561:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_ascii::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:561:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_ascii::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:570:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_wide_unicode::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:570:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:570:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:579:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:579:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:579:1: note: Technically the member function 'test_runner_helper_document_load_file_wide_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:610:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:610:1: note: Technically the member function 'test_runner_helper_document_save::run' can be const. pugixml-1.14/tests/test_document.cpp:610:1: note: Technically the member function 'test_runner_helper_document_save::run' can be const. pugixml-1.14/tests/test_document.cpp:639:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_bom::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:639:1: note: Technically the member function 'test_runner_helper_document_save_bom::run' can be const. pugixml-1.14/tests/test_document.cpp:639:1: note: Technically the member function 'test_runner_helper_document_save_bom::run' can be const. pugixml-1.14/tests/test_document.cpp:659:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_declaration::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:659:1: note: Technically the member function 'test_runner_helper_document_save_declaration::run' can be const. pugixml-1.14/tests/test_document.cpp:659:1: note: Technically the member function 'test_runner_helper_document_save_declaration::run' can be const. pugixml-1.14/tests/test_document.cpp:668:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_save_declaration_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:668:1: note: Technically the member function 'test_runner_helper_document_save_declaration_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:668:1: note: Technically the member function 'test_runner_helper_document_save_declaration_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:723:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_declaration_raw::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:723:1: note: Technically the member function 'test_runner_helper_document_save_declaration_raw::run' can be const. pugixml-1.14/tests/test_document.cpp:723:1: note: Technically the member function 'test_runner_helper_document_save_declaration_raw::run' can be const. pugixml-1.14/tests/test_document.cpp:779:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_file_error::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:779:1: note: Technically the member function 'test_runner_helper_document_save_file_error::run' can be const. pugixml-1.14/tests/test_document.cpp:779:1: note: Technically the member function 'test_runner_helper_document_save_file_error::run' can be const. pugixml-1.14/tests/test_document.cpp:784:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_file_text::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:784:1: note: Technically the member function 'test_runner_helper_document_save_file_text::run' can be const. pugixml-1.14/tests/test_document.cpp:784:1: note: Technically the member function 'test_runner_helper_document_save_file_text::run' can be const. pugixml-1.14/tests/test_document.cpp:810:1: style:inconclusive: Technically the member function 'test_runner_helper_document_save_file_leak::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:810:1: note: Technically the member function 'test_runner_helper_document_save_file_leak::run' can be const. pugixml-1.14/tests/test_document.cpp:810:1: note: Technically the member function 'test_runner_helper_document_save_file_leak::run' can be const. pugixml-1.14/tests/test_document.cpp:830:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:830:1: note: Technically the member function 'test_runner_helper_document_load_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:830:1: note: Technically the member function 'test_runner_helper_document_load_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:840:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_inplace::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:840:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:840:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:850:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_inplace_own::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:850:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace_own::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:850:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace_own::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:867:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_parse_result_bool::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:867:1: note: Technically the member function 'test_runner_helper_document_parse_result_bool::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:867:1: note: Technically the member function 'test_runner_helper_document_parse_result_bool::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:884:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_parse_result_description::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:884:1: note: Technically the member function 'test_runner_helper_document_parse_result_description::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:884:1: note: Technically the member function 'test_runner_helper_document_parse_result_description::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:897:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_fail::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:897:1: note: Technically the member function 'test_runner_helper_document_load_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:897:1: note: Technically the member function 'test_runner_helper_document_load_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:928:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_convert_auto::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:928:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_auto::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:928:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_auto::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:969:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_convert_specific::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:969:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_specific::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:969:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_specific::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1023:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_file_convert_native_endianness::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1023:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_native_endianness::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1023:1: note: Technically the member function 'test_runner_helper_document_load_file_convert_native_endianness::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1097:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_contents_preserve::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1097:1: note: Technically the member function 'test_runner_helper_document_contents_preserve::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1097:1: note: Technically the member function 'test_runner_helper_document_contents_preserve::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1135:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_contents_preserve_latin1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1135:1: note: Technically the member function 'test_runner_helper_document_contents_preserve_latin1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1135:1: note: Technically the member function 'test_runner_helper_document_contents_preserve_latin1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1185:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_convert_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1185:1: note: Technically the member function 'test_runner_helper_document_convert_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1185:1: note: Technically the member function 'test_runner_helper_document_convert_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1207:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_convert_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1207:1: note: Technically the member function 'test_runner_helper_document_convert_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1207:1: note: Technically the member function 'test_runner_helper_document_convert_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1218:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1218:1: note: Technically the member function 'test_runner_helper_document_load_buffer_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1218:1: note: Technically the member function 'test_runner_helper_document_load_buffer_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1254:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_empty_fragment::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1254:1: note: Technically the member function 'test_runner_helper_document_load_buffer_empty_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1254:1: note: Technically the member function 'test_runner_helper_document_load_buffer_empty_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1290:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1290:1: note: Technically the member function 'test_runner_helper_document_load_buffer_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1290:1: note: Technically the member function 'test_runner_helper_document_load_buffer_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1301:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_progressive_truncation::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1301:1: note: Technically the member function 'test_runner_helper_document_progressive_truncation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1301:1: note: Technically the member function 'test_runner_helper_document_progressive_truncation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1341:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_short::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1341:1: note: Technically the member function 'test_runner_helper_document_load_buffer_short::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1341:1: note: Technically the member function 'test_runner_helper_document_load_buffer_short::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1358:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_short_fragment::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1358:1: note: Technically the member function 'test_runner_helper_document_load_buffer_short_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1358:1: note: Technically the member function 'test_runner_helper_document_load_buffer_short_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1375:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_inplace_short::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1375:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace_short::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1375:1: note: Technically the member function 'test_runner_helper_document_load_buffer_inplace_short::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1393:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_exceptions::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1393:1: note: Technically the member function 'test_runner_helper_document_load_exceptions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1393:1: note: Technically the member function 'test_runner_helper_document_load_exceptions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:1209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1413:1: style:inconclusive: Technically the member function 'test_runner_helper_document_element::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:1413:1: note: Technically the member function 'test_runner_helper_document_element::run' can be const. pugixml-1.14/tests/test_document.cpp:1413:1: note: Technically the member function 'test_runner_helper_document_element::run' can be const. pugixml-1.14/src/pugixml.cpp:1220:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1418:1: style:inconclusive: Technically the member function 'test_runner_helper_document_element_absent::run' can be const. [functionConst] pugixml-1.14/tests/test_document.cpp:1418:1: note: Technically the member function 'test_runner_helper_document_element_absent::run' can be const. pugixml-1.14/tests/test_document.cpp:1418:1: note: Technically the member function 'test_runner_helper_document_element_absent::run' can be const. pugixml-1.14/src/pugixml.cpp:2207:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1444:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_reset_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1444:1: note: Technically the member function 'test_runner_helper_document_reset_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1444:1: note: Technically the member function 'test_runner_helper_document_reset_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:2372:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1482:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_utf_truncated::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1482:1: note: Technically the member function 'test_runner_helper_document_load_buffer_utf_truncated::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1482:1: note: Technically the member function 'test_runner_helper_document_load_buffer_utf_truncated::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:2742:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_escapes [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1542:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_stream_truncated::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1542:1: note: Technically the member function 'test_runner_helper_document_load_stream_truncated::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1542:1: note: Technically the member function 'test_runner_helper_document_load_stream_truncated::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:2911:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_escapes [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1581:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_alignment::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1581:1: note: Technically the member function 'test_runner_helper_document_alignment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1581:1: note: Technically the member function 'test_runner_helper_document_alignment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3084:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_comments [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1596:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1596:1: note: Technically the member function 'test_runner_helper_document_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1596:1: note: Technically the member function 'test_runner_helper_document_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3200:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1675:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_append_buffer::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1675:1: note: Technically the member function 'test_runner_helper_document_move_append_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1675:1: note: Technically the member function 'test_runner_helper_document_move_append_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3441:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1691:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_append_child::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1691:1: note: Technically the member function 'test_runner_helper_document_move_append_child::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1691:1: note: Technically the member function 'test_runner_helper_document_move_append_child::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3547:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1712:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1712:1: note: Technically the member function 'test_runner_helper_document_move_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1712:1: note: Technically the member function 'test_runner_helper_document_move_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3559:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_fragment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1719:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1719:1: note: Technically the member function 'test_runner_helper_document_move_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1719:1: note: Technically the member function 'test_runner_helper_document_move_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3633:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1759:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_empty_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1759:1: note: Technically the member function 'test_runner_helper_document_move_empty_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1759:1: note: Technically the member function 'test_runner_helper_document_move_empty_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3642:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1772:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_repeated_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1772:1: note: Technically the member function 'test_runner_helper_document_move_repeated_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1772:1: note: Technically the member function 'test_runner_helper_document_move_repeated_zero_alloc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:3983:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_attribute_single_quote [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1814:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1814:1: note: Technically the member function 'test_runner_helper_document_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1814:1: note: Technically the member function 'test_runner_helper_document_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:4010:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_no_escapes [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1826:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1826:1: note: Technically the member function 'test_runner_helper_document_load_buffer_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1826:1: note: Technically the member function 'test_runner_helper_document_load_buffer_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:4127:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_attribute_single_quote [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:1842:1: performance:inconclusive: Technically the member function 'test_runner_helper_document_load_buffer_own_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_document.cpp:1842:1: note: Technically the member function 'test_runner_helper_document_load_buffer_own_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_document.cpp:1842:1: note: Technically the member function 'test_runner_helper_document_load_buffer_own_convert_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/src/pugixml.cpp:4168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_no_empty_element_tags [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4228:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4288:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_indent [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4383:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4451:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4461:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4494:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4535:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4541:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4758:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable deallocate [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4933:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4989:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable end [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5419:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5426:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5433:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5440:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5447:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5454:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5461:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5468:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5475:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5482:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5489:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5496:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5503:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5511:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5518:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5635:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5772:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5818:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5828:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5838:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:5848:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6180:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6196:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6214:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6232:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6331:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6581:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_or_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6616:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6735:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6742:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6749:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6756:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6763:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6770:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6777:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6784:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6791:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6798:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6805:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6813:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:6820:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7195:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_size [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7509:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7543:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allocate [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7549:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allocate [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7554:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable deallocate [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8319:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8489:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_DIG [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8585:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8749:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:9337:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:10085:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:10158:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:10351:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:10432:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:10443:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:12108:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:12650:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dummy_node_set [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:13065:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodeset_eval_all [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:13087:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodeset_eval_first [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4552:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:2767:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:2820:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:2856:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:2888:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:2699:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:1776:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:1724:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_document.cpp:949:15: style: Variable 'encodings' can be declared as const array [constVariable] pugixml-1.14/tests/test_document.cpp:990:15: style: Variable 'encodings' can be declared as const array [constVariable] pugixml-1.14/tests/test_document.cpp:1635:2: warning:inconclusive: Access of moved variable 'doc'. [accessMoved] pugixml-1.14/tests/test_document.cpp:1633:23: note: Calling std::move(doc) pugixml-1.14/tests/test_document.cpp:1635:2: note: Access of moved variable 'doc'. pugixml-1.14/tests/test_document.cpp:1651:2: warning:inconclusive: Access of moved variable 'doc'. [accessMoved] pugixml-1.14/tests/test_document.cpp:1649:10: note: Calling std::move(doc) pugixml-1.14/tests/test_document.cpp:1651:2: note: Access of moved variable 'doc'. pugixml-1.14/tests/test_document.cpp:1666:2: warning:inconclusive: Access of moved variable 'doc'. [accessMoved] pugixml-1.14/tests/test_document.cpp:1664:23: note: Calling std::move(doc) pugixml-1.14/tests/test_document.cpp:1666:2: note: Access of moved variable 'doc'. pugixml-1.14/tests/test_document.cpp:1241:3: error: Uninitialized variable: buffer [uninitvar] pugixml-1.14/tests/test_document.cpp:1277:3: error: Uninitialized variable: buffer [uninitvar] pugixml-1.14/tests/test_dom_traverse.cpp:35:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_bool_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:35:1: note: Technically the member function 'test_runner_helper_dom_attr_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:35:1: note: Technically the member function 'test_runner_helper_dom_attr_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:40:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_eq_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:40:1: note: Technically the member function 'test_runner_helper_dom_attr_eq_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:40:1: note: Technically the member function 'test_runner_helper_dom_attr_eq_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:45:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_rel_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:45:1: note: Technically the member function 'test_runner_helper_dom_attr_rel_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:45:1: note: Technically the member function 'test_runner_helper_dom_attr_rel_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:50:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_empty::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:50:1: note: Technically the member function 'test_runner_helper_dom_attr_empty::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:50:1: note: Technically the member function 'test_runner_helper_dom_attr_empty::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:55:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_next_previous_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:55:1: note: Technically the member function 'test_runner_helper_dom_attr_next_previous_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:55:1: note: Technically the member function 'test_runner_helper_dom_attr_next_previous_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:70:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_name_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:70:1: note: Technically the member function 'test_runner_helper_dom_attr_name_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:70:1: note: Technically the member function 'test_runner_helper_dom_attr_name_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:78:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_string::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:78:1: note: Technically the member function 'test_runner_helper_dom_attr_as_string::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:78:1: note: Technically the member function 'test_runner_helper_dom_attr_as_string::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:86:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_int::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:86:1: note: Technically the member function 'test_runner_helper_dom_attr_as_int::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:86:1: note: Technically the member function 'test_runner_helper_dom_attr_as_int::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:98:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_int_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:98:1: note: Technically the member function 'test_runner_helper_dom_attr_as_int_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:98:1: note: Technically the member function 'test_runner_helper_dom_attr_as_int_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:110:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_uint::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:110:1: note: Technically the member function 'test_runner_helper_dom_attr_as_uint::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:110:1: note: Technically the member function 'test_runner_helper_dom_attr_as_uint::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:122:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_uint_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:122:1: note: Technically the member function 'test_runner_helper_dom_attr_as_uint_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:122:1: note: Technically the member function 'test_runner_helper_dom_attr_as_uint_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:134:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_integer_space::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:134:1: note: Technically the member function 'test_runner_helper_dom_attr_as_integer_space::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:134:1: note: Technically the member function 'test_runner_helper_dom_attr_as_integer_space::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:148:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_float::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:148:1: note: Technically the member function 'test_runner_helper_dom_attr_as_float::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:148:1: note: Technically the member function 'test_runner_helper_dom_attr_as_float::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:161:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_double::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:161:1: note: Technically the member function 'test_runner_helper_dom_attr_as_double::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:161:1: note: Technically the member function 'test_runner_helper_dom_attr_as_double::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:174:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_bool::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:174:1: note: Technically the member function 'test_runner_helper_dom_attr_as_bool::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:174:1: note: Technically the member function 'test_runner_helper_dom_attr_as_bool::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:189:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:189:1: note: Technically the member function 'test_runner_helper_dom_attr_as_llong::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:189:1: note: Technically the member function 'test_runner_helper_dom_attr_as_llong::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:201:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_llong_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:201:1: note: Technically the member function 'test_runner_helper_dom_attr_as_llong_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:201:1: note: Technically the member function 'test_runner_helper_dom_attr_as_llong_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:213:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_ullong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:213:1: note: Technically the member function 'test_runner_helper_dom_attr_as_ullong::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:213:1: note: Technically the member function 'test_runner_helper_dom_attr_as_ullong::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:225:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_as_ullong_hex::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:225:1: note: Technically the member function 'test_runner_helper_dom_attr_as_ullong_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:225:1: note: Technically the member function 'test_runner_helper_dom_attr_as_ullong_hex::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:238:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_attr_defaults::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_traverse.cpp:238:1: note: Technically the member function 'test_runner_helper_dom_attr_defaults::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:238:1: note: Technically the member function 'test_runner_helper_dom_attr_defaults::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:255:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_iterator::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:255:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:255:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:294:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_iterator_end::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:294:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_end::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:294:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_end::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:304:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_iterator_invalidate::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:304:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_invalidate::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:304:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_invalidate::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:340:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_iterator_const::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:340:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_const::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:340:1: note: Technically the member function 'test_runner_helper_dom_attr_iterator_const::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:356:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_bool_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:356:1: note: Technically the member function 'test_runner_helper_dom_node_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:356:1: note: Technically the member function 'test_runner_helper_dom_node_bool_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:361:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_eq_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:361:1: note: Technically the member function 'test_runner_helper_dom_node_eq_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:361:1: note: Technically the member function 'test_runner_helper_dom_node_eq_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:366:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_rel_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:366:1: note: Technically the member function 'test_runner_helper_dom_node_rel_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:366:1: note: Technically the member function 'test_runner_helper_dom_node_rel_ops::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:371:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_empty::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:371:1: note: Technically the member function 'test_runner_helper_dom_node_empty::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:371:1: note: Technically the member function 'test_runner_helper_dom_node_empty::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:376:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_iterator::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:376:1: note: Technically the member function 'test_runner_helper_dom_node_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:376:1: note: Technically the member function 'test_runner_helper_dom_node_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:415:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_iterator_end::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:415:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_end::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:415:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_end::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:425:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_iterator_invalidate::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:425:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_invalidate::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:425:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_invalidate::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:462:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_iterator_const::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:462:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_const::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:462:1: note: Technically the member function 'test_runner_helper_dom_node_iterator_const::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:478:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_parent::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:478:1: note: Technically the member function 'test_runner_helper_dom_node_parent::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:478:1: note: Technically the member function 'test_runner_helper_dom_node_parent::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:485:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_root::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:485:1: note: Technically the member function 'test_runner_helper_dom_node_root::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:485:1: note: Technically the member function 'test_runner_helper_dom_node_root::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:492:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_type::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:492:1: note: Technically the member function 'test_runner_helper_dom_node_type::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:492:1: note: Technically the member function 'test_runner_helper_dom_node_type::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:511:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_name_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:511:1: note: Technically the member function 'test_runner_helper_dom_node_name_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:511:1: note: Technically the member function 'test_runner_helper_dom_node_name_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:530:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_child::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:530:1: note: Technically the member function 'test_runner_helper_dom_node_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:530:1: note: Technically the member function 'test_runner_helper_dom_node_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:539:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:539:1: note: Technically the member function 'test_runner_helper_dom_node_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:539:1: note: Technically the member function 'test_runner_helper_dom_node_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:550:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_next_previous_sibling::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:550:1: note: Technically the member function 'test_runner_helper_dom_node_next_previous_sibling::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:550:1: note: Technically the member function 'test_runner_helper_dom_node_next_previous_sibling::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:575:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_child_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:575:1: note: Technically the member function 'test_runner_helper_dom_node_child_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:575:1: note: Technically the member function 'test_runner_helper_dom_node_child_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:590:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_first_last_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:590:1: note: Technically the member function 'test_runner_helper_dom_node_first_last_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:590:1: note: Technically the member function 'test_runner_helper_dom_node_first_last_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:604:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_first_last_child::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:604:1: note: Technically the member function 'test_runner_helper_dom_node_first_last_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:604:1: note: Technically the member function 'test_runner_helper_dom_node_first_last_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:618:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:618:1: note: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:618:1: note: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:631:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_traverse.cpp:631:1: note: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:631:1: note: Technically the member function 'test_runner_helper_dom_node_find_child_by_attribute_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:691:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_find_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:691:1: note: Technically the member function 'test_runner_helper_dom_node_find_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:691:1: note: Technically the member function 'test_runner_helper_dom_node_find_attribute::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:704:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_find_child::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:704:1: note: Technically the member function 'test_runner_helper_dom_node_find_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:704:1: note: Technically the member function 'test_runner_helper_dom_node_find_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:717:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_find_node::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:717:1: note: Technically the member function 'test_runner_helper_dom_node_find_node::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:717:1: note: Technically the member function 'test_runner_helper_dom_node_find_node::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:751:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_first_element_by_path::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:751:1: note: Technically the member function 'test_runner_helper_dom_node_first_element_by_path::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:751:1: note: Technically the member function 'test_runner_helper_dom_node_first_element_by_path::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:872:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_traverse_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_traverse.cpp:872:1: note: Technically the member function 'test_runner_helper_dom_node_traverse_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:872:1: note: Technically the member function 'test_runner_helper_dom_node_traverse_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:882:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_traverse_child::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:882:1: note: Technically the member function 'test_runner_helper_dom_node_traverse_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:882:1: note: Technically the member function 'test_runner_helper_dom_node_traverse_child::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:922:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_offset_debug::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:922:1: note: Technically the member function 'test_runner_helper_dom_offset_debug::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:922:1: note: Technically the member function 'test_runner_helper_dom_offset_debug::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:941:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_offset_debug_encoding::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_traverse.cpp:941:1: note: Technically the member function 'test_runner_helper_dom_offset_debug_encoding::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:941:1: note: Technically the member function 'test_runner_helper_dom_offset_debug_encoding::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:978:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_internal_object::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:978:1: note: Technically the member function 'test_runner_helper_dom_internal_object::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:978:1: note: Technically the member function 'test_runner_helper_dom_internal_object::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1000:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_hash_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1000:1: note: Technically the member function 'test_runner_helper_dom_hash_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1000:1: note: Technically the member function 'test_runner_helper_dom_hash_value::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1022:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_named_iterator::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1022:1: note: Technically the member function 'test_runner_helper_dom_node_named_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1022:1: note: Technically the member function 'test_runner_helper_dom_node_named_iterator::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1073:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_children_attributes::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1073:1: note: Technically the member function 'test_runner_helper_dom_node_children_attributes::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1073:1: note: Technically the member function 'test_runner_helper_dom_node_children_attributes::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1098:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_unspecified_bool_coverage::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1098:1: note: Technically the member function 'test_runner_helper_dom_unspecified_bool_coverage::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1098:1: note: Technically the member function 'test_runner_helper_dom_unspecified_bool_coverage::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1148:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_attribute_hinted::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1148:1: note: Technically the member function 'test_runner_helper_dom_node_attribute_hinted::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1148:1: note: Technically the member function 'test_runner_helper_dom_node_attribute_hinted::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1169:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_int_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1169:1: note: Technically the member function 'test_runner_helper_dom_as_int_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1169:1: note: Technically the member function 'test_runner_helper_dom_as_int_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1178:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_uint_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1178:1: note: Technically the member function 'test_runner_helper_dom_as_uint_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1178:1: note: Technically the member function 'test_runner_helper_dom_as_uint_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1188:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_int_hex_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1188:1: note: Technically the member function 'test_runner_helper_dom_as_int_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1188:1: note: Technically the member function 'test_runner_helper_dom_as_int_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1196:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_uint_hex_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1196:1: note: Technically the member function 'test_runner_helper_dom_as_uint_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1196:1: note: Technically the member function 'test_runner_helper_dom_as_uint_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1205:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_int_many_digits::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1205:1: note: Technically the member function 'test_runner_helper_dom_as_int_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1205:1: note: Technically the member function 'test_runner_helper_dom_as_int_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1213:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_int_hex_many_digits::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1213:1: note: Technically the member function 'test_runner_helper_dom_as_int_hex_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1213:1: note: Technically the member function 'test_runner_helper_dom_as_int_hex_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1222:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_llong_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1222:1: note: Technically the member function 'test_runner_helper_dom_as_llong_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1222:1: note: Technically the member function 'test_runner_helper_dom_as_llong_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1231:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_ullong_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1231:1: note: Technically the member function 'test_runner_helper_dom_as_ullong_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1231:1: note: Technically the member function 'test_runner_helper_dom_as_ullong_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1241:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_llong_hex_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1241:1: note: Technically the member function 'test_runner_helper_dom_as_llong_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1241:1: note: Technically the member function 'test_runner_helper_dom_as_llong_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1249:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_ullong_hex_overflow::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1249:1: note: Technically the member function 'test_runner_helper_dom_as_ullong_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1249:1: note: Technically the member function 'test_runner_helper_dom_as_ullong_hex_overflow::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1258:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_llong_many_digits::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1258:1: note: Technically the member function 'test_runner_helper_dom_as_llong_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1258:1: note: Technically the member function 'test_runner_helper_dom_as_llong_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1266:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_llong_hex_many_digits::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1266:1: note: Technically the member function 'test_runner_helper_dom_as_llong_hex_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1266:1: note: Technically the member function 'test_runner_helper_dom_as_llong_hex_many_digits::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1275:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_as_int_plus::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_traverse.cpp:1275:1: note: Technically the member function 'test_runner_helper_dom_as_int_plus::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1275:1: note: Technically the member function 'test_runner_helper_dom_as_int_plus::run' can be const. pugixml-1.14/tests/test_dom_traverse.cpp:1292:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_anonymous::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_traverse.cpp:1292:1: note: Technically the member function 'test_runner_helper_dom_node_anonymous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:1292:1: note: Technically the member function 'test_runner_helper_dom_node_anonymous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:662:2: style: Struct 'find_predicate_const' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/tests/test_dom_traverse.cpp:676:2: style: Struct 'find_predicate_prefix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/tests/test_dom_traverse.cpp:791:2: style: Struct 'test_walker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/tests/test_dom_traverse.cpp:994:5: style: The comparison 'node_copy.internal_object() == node.internal_object()' is always true because 'node_copy.internal_object()' and 'node.internal_object()' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/test_dom_traverse.cpp:993:26: note: 'node_copy' is assigned value 'node' here. pugixml-1.14/tests/test_dom_traverse.cpp:994:5: note: The comparison 'node_copy.internal_object() == node.internal_object()' is always true because 'node_copy.internal_object()' and 'node.internal_object()' represent the same value. pugixml-1.14/tests/test_dom_traverse.cpp:997:5: style: The comparison 'attr_copy.internal_object() == attr.internal_object()' is always true because 'attr_copy.internal_object()' and 'attr.internal_object()' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/test_dom_traverse.cpp:996:31: note: 'attr_copy' is assigned value 'attr' here. pugixml-1.14/tests/test_dom_traverse.cpp:997:5: note: The comparison 'attr_copy.internal_object() == attr.internal_object()' is always true because 'attr_copy.internal_object()' and 'attr.internal_object()' represent the same value. pugixml-1.14/tests/test_dom_traverse.cpp:1016:5: style: The comparison 'node_copy.hash_value() == node.hash_value()' is always true because 'node_copy.hash_value()' and 'node.hash_value()' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/test_dom_traverse.cpp:1015:26: note: 'node_copy' is assigned value 'node' here. pugixml-1.14/tests/test_dom_traverse.cpp:1016:5: note: The comparison 'node_copy.hash_value() == node.hash_value()' is always true because 'node_copy.hash_value()' and 'node.hash_value()' represent the same value. pugixml-1.14/tests/test_dom_traverse.cpp:1019:5: style: The comparison 'attr_copy.hash_value() == attr.hash_value()' is always true because 'attr_copy.hash_value()' and 'attr.hash_value()' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/test_dom_traverse.cpp:1018:31: note: 'attr_copy' is assigned value 'attr' here. pugixml-1.14/tests/test_dom_traverse.cpp:1019:5: note: The comparison 'attr_copy.hash_value() == attr.hash_value()' is always true because 'attr_copy.hash_value()' and 'attr.hash_value()' represent the same value. pugixml-1.14/tests/test_dom_modify.cpp:12:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_assign::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:12:1: note: Technically the member function 'test_runner_helper_dom_attr_assign::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:12:1: note: Technically the member function 'test_runner_helper_dom_attr_assign::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:39:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_set_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:39:1: note: Technically the member function 'test_runner_helper_dom_attr_set_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:39:1: note: Technically the member function 'test_runner_helper_dom_attr_set_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:49:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_set_name_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:49:1: note: Technically the member function 'test_runner_helper_dom_attr_set_name_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:49:1: note: Technically the member function 'test_runner_helper_dom_attr_set_name_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:59:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_set_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:59:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:59:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:93:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_assign_long::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:93:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_long::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:93:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_long::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:108:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_set_value_long::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:108:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value_long::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:108:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value_long::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:155:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_assign_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:155:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_llong::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:155:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_llong::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:170:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_set_value_llong::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:170:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value_llong::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:170:1: note: Technically the member function 'test_runner_helper_dom_attr_set_value_llong::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:186:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_float::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:186:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_float::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:186:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_float::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:196:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_double::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:196:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_double::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:196:1: note: Technically the member function 'test_runner_helper_dom_attr_assign_large_number_double::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:210:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:210:1: note: Technically the member function 'test_runner_helper_dom_node_set_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:210:1: note: Technically the member function 'test_runner_helper_dom_node_set_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:219:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_name_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:219:1: note: Technically the member function 'test_runner_helper_dom_node_set_name_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:219:1: note: Technically the member function 'test_runner_helper_dom_node_set_name_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:228:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_value::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:228:1: note: Technically the member function 'test_runner_helper_dom_node_set_value::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:228:1: note: Technically the member function 'test_runner_helper_dom_node_set_value::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:237:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_value_partially_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:237:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_partially_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:237:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_partially_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:246:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_value_with_size::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:246:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:246:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_with_size::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:255:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_value_allocated::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:255:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_allocated::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:255:1: note: Technically the member function 'test_runner_helper_dom_node_set_value_allocated::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:305:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_attribute_after::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:305:1: note: Technically the member function 'test_runner_helper_dom_node_insert_attribute_after::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:305:1: note: Technically the member function 'test_runner_helper_dom_node_insert_attribute_after::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:335:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_attribute_before::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:335:1: note: Technically the member function 'test_runner_helper_dom_node_insert_attribute_before::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:335:1: note: Technically the member function 'test_runner_helper_dom_node_insert_attribute_before::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:437:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_copy_after_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:437:1: note: Technically the member function 'test_runner_helper_dom_node_insert_copy_after_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:437:1: note: Technically the member function 'test_runner_helper_dom_node_insert_copy_after_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:477:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_copy_before_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:477:1: note: Technically the member function 'test_runner_helper_dom_node_insert_copy_before_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:477:1: note: Technically the member function 'test_runner_helper_dom_node_insert_copy_before_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:517:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:517:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:517:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:538:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_attributes::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:538:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attributes::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:538:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attributes::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:551:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_attributes_lots::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:551:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attributes_lots::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:551:1: note: Technically the member function 'test_runner_helper_dom_node_remove_attributes_lots::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:690:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_prepend_child_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:690:1: note: Technically the member function 'test_runner_helper_dom_node_prepend_child_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:690:1: note: Technically the member function 'test_runner_helper_dom_node_prepend_child_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:704:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_child_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:704:1: note: Technically the member function 'test_runner_helper_dom_node_append_child_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:704:1: note: Technically the member function 'test_runner_helper_dom_node_append_child_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:718:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_child_after_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:718:1: note: Technically the member function 'test_runner_helper_dom_node_insert_child_after_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:718:1: note: Technically the member function 'test_runner_helper_dom_node_insert_child_after_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:740:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_insert_child_before_name::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:740:1: note: Technically the member function 'test_runner_helper_dom_node_insert_child_before_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:740:1: note: Technically the member function 'test_runner_helper_dom_node_insert_child_before_name::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:762:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_child::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:762:1: note: Technically the member function 'test_runner_helper_dom_node_remove_child::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:762:1: note: Technically the member function 'test_runner_helper_dom_node_remove_child::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:783:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_children::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:783:1: note: Technically the member function 'test_runner_helper_dom_node_remove_children::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:783:1: note: Technically the member function 'test_runner_helper_dom_node_remove_children::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:796:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_remove_children_lots::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:796:1: note: Technically the member function 'test_runner_helper_dom_node_remove_children_lots::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:796:1: note: Technically the member function 'test_runner_helper_dom_node_remove_children_lots::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:934:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_recursive::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:934:1: note: Technically the member function 'test_runner_helper_dom_node_copy_recursive::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:934:1: note: Technically the member function 'test_runner_helper_dom_node_copy_recursive::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:940:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:940:1: note: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:940:1: note: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:948:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:948:1: note: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:948:1: note: Technically the member function 'test_runner_helper_dom_node_copy_crossdoc_attribute::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:968:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_declaration_name::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:968:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:968:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:984:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_declaration_attributes::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:984:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_attributes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:984:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_attributes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:994:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_declaration_top_level::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:994:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_top_level::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:994:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_top_level::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1015:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_declaration_copy::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1015:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1015:1: note: Technically the member function 'test_runner_helper_dom_node_declaration_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1027:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1027:1: note: Technically the member function 'test_runner_helper_dom_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1027:1: note: Technically the member function 'test_runner_helper_dom_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1069:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1069:1: note: Technically the member function 'test_runner_helper_dom_node_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1069:1: note: Technically the member function 'test_runner_helper_dom_node_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1106:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_memory_limit::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1106:1: note: Technically the member function 'test_runner_helper_dom_node_memory_limit::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1106:1: note: Technically the member function 'test_runner_helper_dom_node_memory_limit::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1125:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_memory_limit_pi::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1125:1: note: Technically the member function 'test_runner_helper_dom_node_memory_limit_pi::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1125:1: note: Technically the member function 'test_runner_helper_dom_node_memory_limit_pi::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1144:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_doctype_top_level::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1144:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_top_level::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1144:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_top_level::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1165:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_doctype_copy::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1165:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1165:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1177:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_doctype_value::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1177:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_value::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1177:1: note: Technically the member function 'test_runner_helper_dom_node_doctype_value::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1190:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_native::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1190:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_native::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1190:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_native::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1206:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_convert::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1206:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_convert::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1206:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_convert::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1250:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty_document::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1250:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty_document::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1250:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty_document::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1261:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_invalid_type::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1261:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_invalid_type::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1261:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_invalid_type::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1269:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_close_external::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1269:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_close_external::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1269:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_close_external::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1282:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_extra::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1282:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_extra::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1282:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_extra::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1291:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_buffer::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1291:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1291:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_buffer::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1302:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_nodes::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1302:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_nodes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1302:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_nodes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1331:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_name::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1331:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1331:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_out_of_memory_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1343:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_fragment::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1343:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_fragment::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1343:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_fragment::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1360:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1360:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1360:1: note: Technically the member function 'test_runner_helper_dom_node_append_buffer_empty::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1477:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_move_recursive::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1477:1: note: Technically the member function 'test_runner_helper_dom_node_move_recursive::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1477:1: note: Technically the member function 'test_runner_helper_dom_node_move_recursive::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1511:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_move_crossdoc::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1511:1: note: Technically the member function 'test_runner_helper_dom_node_move_crossdoc::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1511:1: note: Technically the member function 'test_runner_helper_dom_node_move_crossdoc::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1546:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_stackless::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1546:1: note: Technically the member function 'test_runner_helper_dom_node_copy_stackless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1546:1: note: Technically the member function 'test_runner_helper_dom_node_copy_stackless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1568:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_copyless::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1568:1: note: Technically the member function 'test_runner_helper_dom_node_copy_copyless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1568:1: note: Technically the member function 'test_runner_helper_dom_node_copy_copyless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1597:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_copyless_mix::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1597:1: note: Technically the member function 'test_runner_helper_dom_node_copy_copyless_mix::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1597:1: note: Technically the member function 'test_runner_helper_dom_node_copy_copyless_mix::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1650:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_attribute_copyless::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1650:1: note: Technically the member function 'test_runner_helper_dom_node_copy_attribute_copyless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1650:1: note: Technically the member function 'test_runner_helper_dom_node_copy_attribute_copyless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1708:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_node::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1708:1: note: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_node::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1708:1: note: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_node::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1716:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_attr::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1716:1: note: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_attr::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1716:1: note: Technically the member function 'test_runner_helper_dom_node_copy_out_of_memory_attr::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1741:1: style:inconclusive: Technically the member function 'test_runner_helper_dom_node_set_deallocate::run' can be const. [functionConst] pugixml-1.14/tests/test_dom_modify.cpp:1741:1: note: Technically the member function 'test_runner_helper_dom_node_set_deallocate::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1741:1: note: Technically the member function 'test_runner_helper_dom_node_set_deallocate::run' can be const. pugixml-1.14/tests/test_dom_modify.cpp:1759:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_node_copy_declaration_empty_name::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1759:1: note: Technically the member function 'test_runner_helper_dom_node_copy_declaration_empty_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1759:1: note: Technically the member function 'test_runner_helper_dom_node_copy_declaration_empty_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1782:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_float::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1782:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_float::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1782:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_float::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1795:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_double::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1795:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_double::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1795:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_min_max_double::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1808:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_fp_double_custom_precision::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1808:1: note: Technically the member function 'test_runner_helper_dom_fp_double_custom_precision::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1808:1: note: Technically the member function 'test_runner_helper_dom_fp_double_custom_precision::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1843:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_fp_roundtrip_float::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1843:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_float::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1843:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_float::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1861:1: performance:inconclusive: Technically the member function 'test_runner_helper_dom_fp_roundtrip_double::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_dom_modify.cpp:1861:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_double::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_modify.cpp:1861:1: note: Technically the member function 'test_runner_helper_dom_fp_roundtrip_double::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_dom_traverse.cpp:421:2: warning: Iterators to containers from different expressions 'node1' and 'node2' are used together. [mismatchingContainerExpression] pugixml-1.14/tests/test_dom_traverse.cpp:421:2: warning: Iterators to containers from different expressions 'node1' and 'node3' are used together. [mismatchingContainerExpression] pugixml-1.14/tests/test_dom_traverse.cpp:421:2: warning: Iterators to containers from different expressions 'node2' and 'node3' are used together. [mismatchingContainerExpression] pugixml-1.14/tests/test_dom_modify.cpp:280:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:300:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:328:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:358:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:390:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:393:5: style: Variable 'a4' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:396:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:426:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:429:5: style: Variable 'a4' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:432:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:466:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:472:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:506:5: style: Variable 'a3' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:512:5: style: Variable 'a5' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_dom_modify.cpp:989:44: style: Variable 'node.append_attribute("encoding")' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_memory.cpp:100:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_memory.cpp:204:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_memory.cpp:238:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_memory.cpp:258:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_memory.cpp:285:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_memory.cpp:35:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_custom_memory_management::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:35:1: note: Technically the member function 'test_runner_helper_memory_custom_memory_management::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:35:1: note: Technically the member function 'test_runner_helper_memory_custom_memory_management::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:79:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_large_allocations::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:79:1: note: Technically the member function 'test_runner_helper_memory_large_allocations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:79:1: note: Technically the member function 'test_runner_helper_memory_large_allocations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:143:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_page_management::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:143:1: note: Technically the member function 'test_runner_helper_memory_page_management::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:143:1: note: Technically the member function 'test_runner_helper_memory_page_management::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:200:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_string_allocate_increasing::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:200:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_increasing::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:200:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_increasing::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:226:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:226:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:226:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:254:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_string_allocate_increasing_inplace::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:254:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_increasing_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:254:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_increasing_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:281:1: performance:inconclusive: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing_inplace::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_memory.cpp:281:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_memory.cpp:281:1: note: Technically the member function 'test_runner_helper_memory_string_allocate_decreasing_inplace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:34:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:49:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:64:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:100:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:119:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:133:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:143:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:157:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:189:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:213:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:227:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_cdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:270:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:431:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:437:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_end_element_mismatch [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:703:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_attribute [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:737:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_attribute [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:808:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_unrecognized_tag [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:878:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:895:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:909:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:918:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:938:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:965:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:976:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_latin1 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:996:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1017:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_ok [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1059:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_internal_error [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1076:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1101:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1116:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1131:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_le [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1154:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1164:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1182:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1199:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_embed_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1231:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1240:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1251:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1269:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_comments [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_ws_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1340:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1378:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1397:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:1435:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:4258:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_raw [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse.cpp:7:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pi_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:7:1: note: Technically the member function 'test_runner_helper_parse_pi_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:7:1: note: Technically the member function 'test_runner_helper_parse_pi_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:25:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pi_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:25:1: note: Technically the member function 'test_runner_helper_parse_pi_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:25:1: note: Technically the member function 'test_runner_helper_parse_pi_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:42:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pi_parse_spaces::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:42:1: note: Technically the member function 'test_runner_helper_parse_pi_parse_spaces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:42:1: note: Technically the member function 'test_runner_helper_parse_pi_parse_spaces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:54:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pi_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:54:1: note: Technically the member function 'test_runner_helper_parse_pi_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:54:1: note: Technically the member function 'test_runner_helper_parse_pi_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:93:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pi_error_buffer_boundary::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:93:1: note: Technically the member function 'test_runner_helper_parse_pi_error_buffer_boundary::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:93:1: note: Technically the member function 'test_runner_helper_parse_pi_error_buffer_boundary::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:103:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_comments_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:103:1: note: Technically the member function 'test_runner_helper_parse_comments_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:103:1: note: Technically the member function 'test_runner_helper_parse_comments_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:110:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_comments_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:110:1: note: Technically the member function 'test_runner_helper_parse_comments_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:110:1: note: Technically the member function 'test_runner_helper_parse_comments_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:127:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_comments_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:127:1: note: Technically the member function 'test_runner_helper_parse_comments_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:127:1: note: Technically the member function 'test_runner_helper_parse_comments_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:137:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_comments_parse_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:137:1: note: Technically the member function 'test_runner_helper_parse_comments_parse_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:137:1: note: Technically the member function 'test_runner_helper_parse_comments_parse_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:147:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_comments_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:147:1: note: Technically the member function 'test_runner_helper_parse_comments_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:147:1: note: Technically the member function 'test_runner_helper_parse_comments_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:166:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:166:1: note: Technically the member function 'test_runner_helper_parse_cdata_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:166:1: note: Technically the member function 'test_runner_helper_parse_cdata_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:173:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_skip_contents::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:173:1: note: Technically the member function 'test_runner_helper_parse_cdata_skip_contents::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:173:1: note: Technically the member function 'test_runner_helper_parse_cdata_skip_contents::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:180:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:180:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:180:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:197:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:197:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:197:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:207:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_parse_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:207:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:207:1: note: Technically the member function 'test_runner_helper_parse_cdata_parse_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:217:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_cdata_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:217:1: note: Technically the member function 'test_runner_helper_parse_cdata_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:217:1: note: Technically the member function 'test_runner_helper_parse_cdata_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:243:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_ws_pcdata_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:243:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:243:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:257:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_ws_pcdata_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:257:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:257:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:290:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_ws_pcdata_permutations::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:290:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_permutations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:290:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_permutations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:359:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_ws_pcdata_fragment_permutations::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:359:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_fragment_permutations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:359:1: note: Technically the member function 'test_runner_helper_parse_ws_pcdata_fragment_permutations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:410:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_no_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:410:1: note: Technically the member function 'test_runner_helper_parse_pcdata_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:410:1: note: Technically the member function 'test_runner_helper_parse_pcdata_no_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:418:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_eol::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:418:1: note: Technically the member function 'test_runner_helper_parse_pcdata_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:418:1: note: Technically the member function 'test_runner_helper_parse_pcdata_eol::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:426:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_skip_ext::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:426:1: note: Technically the member function 'test_runner_helper_parse_pcdata_skip_ext::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:426:1: note: Technically the member function 'test_runner_helper_parse_pcdata_skip_ext::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:434:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:434:1: note: Technically the member function 'test_runner_helper_parse_pcdata_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:434:1: note: Technically the member function 'test_runner_helper_parse_pcdata_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:440:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_trim::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:440:1: note: Technically the member function 'test_runner_helper_parse_pcdata_trim::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:440:1: note: Technically the member function 'test_runner_helper_parse_pcdata_trim::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:482:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_trim_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:482:1: note: Technically the member function 'test_runner_helper_parse_pcdata_trim_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:482:1: note: Technically the member function 'test_runner_helper_parse_pcdata_trim_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:497:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:497:1: note: Technically the member function 'test_runner_helper_parse_escapes_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:497:1: note: Technically the member function 'test_runner_helper_parse_escapes_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:504:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:504:1: note: Technically the member function 'test_runner_helper_parse_escapes_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:504:1: note: Technically the member function 'test_runner_helper_parse_escapes_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:512:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_code::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:512:1: note: Technically the member function 'test_runner_helper_parse_escapes_code::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:512:1: note: Technically the member function 'test_runner_helper_parse_escapes_code::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:519:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_dec::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:519:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_dec::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:519:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_dec::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:526:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_hex::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:526:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_hex::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:526:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_exhaustive_hex::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:533:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_code_restore::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:533:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_restore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:533:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_restore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:540:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_char_restore::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:540:1: note: Technically the member function 'test_runner_helper_parse_escapes_char_restore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:540:1: note: Technically the member function 'test_runner_helper_parse_escapes_char_restore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:560:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_unicode::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:560:1: note: Technically the member function 'test_runner_helper_parse_escapes_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:560:1: note: Technically the member function 'test_runner_helper_parse_escapes_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:576:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:576:1: note: Technically the member function 'test_runner_helper_parse_escapes_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:576:1: note: Technically the member function 'test_runner_helper_parse_escapes_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:592:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_code_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:592:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:592:1: note: Technically the member function 'test_runner_helper_parse_escapes_code_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:599:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_escapes_attribute::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:599:1: note: Technically the member function 'test_runner_helper_parse_escapes_attribute::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:599:1: note: Technically the member function 'test_runner_helper_parse_escapes_attribute::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:618:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_spaces::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:618:1: note: Technically the member function 'test_runner_helper_parse_attribute_spaces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:618:1: note: Technically the member function 'test_runner_helper_parse_attribute_spaces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:629:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_quot::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:629:1: note: Technically the member function 'test_runner_helper_parse_attribute_quot::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:629:1: note: Technically the member function 'test_runner_helper_parse_attribute_quot::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:637:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_no_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:637:1: note: Technically the member function 'test_runner_helper_parse_attribute_no_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:637:1: note: Technically the member function 'test_runner_helper_parse_attribute_no_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:644:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:644:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:644:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_no_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:651:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_no_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:651:1: note: Technically the member function 'test_runner_helper_parse_attribute_no_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:651:1: note: Technically the member function 'test_runner_helper_parse_attribute_no_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:658:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:658:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:658:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_wconv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:665:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_wnorm::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:665:1: note: Technically the member function 'test_runner_helper_parse_attribute_wnorm::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:665:1: note: Technically the member function 'test_runner_helper_parse_attribute_wnorm::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:678:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_variations::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:678:1: note: Technically the member function 'test_runner_helper_parse_attribute_variations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:678:1: note: Technically the member function 'test_runner_helper_parse_attribute_variations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:700:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:700:1: note: Technically the member function 'test_runner_helper_parse_attribute_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:700:1: note: Technically the member function 'test_runner_helper_parse_attribute_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:723:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_termination_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:723:1: note: Technically the member function 'test_runner_helper_parse_attribute_termination_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:723:1: note: Technically the member function 'test_runner_helper_parse_attribute_termination_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:741:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_quot_inside::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:741:1: note: Technically the member function 'test_runner_helper_parse_attribute_quot_inside::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:741:1: note: Technically the member function 'test_runner_helper_parse_attribute_quot_inside::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:761:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_wnorm_coverage::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:761:1: note: Technically the member function 'test_runner_helper_parse_attribute_wnorm_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:761:1: note: Technically the member function 'test_runner_helper_parse_attribute_wnorm_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:771:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_wconv_coverage::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:771:1: note: Technically the member function 'test_runner_helper_parse_attribute_wconv_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:771:1: note: Technically the member function 'test_runner_helper_parse_attribute_wconv_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:781:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_attribute_eol_coverage::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:781:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:781:1: note: Technically the member function 'test_runner_helper_parse_attribute_eol_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:791:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_tag_single::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:791:1: note: Technically the member function 'test_runner_helper_parse_tag_single::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:791:1: note: Technically the member function 'test_runner_helper_parse_tag_single::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:798:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_tag_hierarchy::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:798:1: note: Technically the member function 'test_runner_helper_parse_tag_hierarchy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:798:1: note: Technically the member function 'test_runner_helper_parse_tag_hierarchy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:805:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_tag_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:805:1: note: Technically the member function 'test_runner_helper_parse_tag_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:805:1: note: Technically the member function 'test_runner_helper_parse_tag_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:837:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_declaration_cases::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:837:1: note: Technically the member function 'test_runner_helper_parse_declaration_cases::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:837:1: note: Technically the member function 'test_runner_helper_parse_declaration_cases::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:844:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_declaration_attr_cases::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:844:1: note: Technically the member function 'test_runner_helper_parse_declaration_attr_cases::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:844:1: note: Technically the member function 'test_runner_helper_parse_declaration_attr_cases::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:851:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_declaration_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:851:1: note: Technically the member function 'test_runner_helper_parse_declaration_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:851:1: note: Technically the member function 'test_runner_helper_parse_declaration_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:869:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_declaration_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:869:1: note: Technically the member function 'test_runner_helper_parse_declaration_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:869:1: note: Technically the member function 'test_runner_helper_parse_declaration_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:885:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_declaration_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:885:1: note: Technically the member function 'test_runner_helper_parse_declaration_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:885:1: note: Technically the member function 'test_runner_helper_parse_declaration_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:905:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:905:1: note: Technically the member function 'test_runner_helper_parse_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:905:1: note: Technically the member function 'test_runner_helper_parse_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:913:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:913:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:913:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:922:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_node::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:922:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_node::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:922:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_node::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:942:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_attr::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:942:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_attr::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:942:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_halfway_attr::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:971:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_out_of_memory_conversion::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:971:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_conversion::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:971:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_conversion::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:980:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_out_of_memory_allocator_state_sync::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:980:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_allocator_state_sync::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:980:1: note: Technically the member function 'test_runner_helper_parse_out_of_memory_allocator_state_sync::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1015:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_error_offset::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1015:1: note: Technically the member function 'test_runner_helper_parse_error_offset::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1015:1: note: Technically the member function 'test_runner_helper_parse_error_offset::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1054:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1054:1: note: Technically the member function 'test_runner_helper_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1054:1: note: Technically the member function 'test_runner_helper_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1064:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_bom_fragment::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1064:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1064:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1097:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1097:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1097:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1112:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1112:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1112:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf16::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1127:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf32::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1127:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf32::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1127:1: note: Technically the member function 'test_runner_helper_parse_bom_fragment_invalid_utf32::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1142:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_pcdata_gap_fragment::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1142:1: note: Technically the member function 'test_runner_helper_parse_pcdata_gap_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1142:1: note: Technically the member function 'test_runner_helper_parse_pcdata_gap_fragment::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1149:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_name_end_eof::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1149:1: note: Technically the member function 'test_runner_helper_parse_name_end_eof::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1149:1: note: Technically the member function 'test_runner_helper_parse_name_end_eof::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1158:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_close_tag_eof::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1158:1: note: Technically the member function 'test_runner_helper_parse_close_tag_eof::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1158:1: note: Technically the member function 'test_runner_helper_parse_close_tag_eof::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1171:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_fuzz_doctype::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1171:1: note: Technically the member function 'test_runner_helper_parse_fuzz_doctype::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1171:1: note: Technically the member function 'test_runner_helper_parse_fuzz_doctype::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1185:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_embed_pcdata::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1185:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1185:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1228:1: style:inconclusive: Technically the member function 'test_runner_helper_parse_embed_pcdata_fragment::run' can be const. [functionConst] pugixml-1.14/tests/test_parse.cpp:1228:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_fragment::run' can be const. pugixml-1.14/tests/test_parse.cpp:1228:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_fragment::run' can be const. pugixml-1.14/tests/test_parse.cpp:1235:1: style:inconclusive: Technically the member function 'test_runner_helper_parse_embed_pcdata_child::run' can be const. [functionConst] pugixml-1.14/tests/test_parse.cpp:1235:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_child::run' can be const. pugixml-1.14/tests/test_parse.cpp:1235:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_child::run' can be const. pugixml-1.14/tests/test_parse.cpp:1244:1: style:inconclusive: Technically the member function 'test_runner_helper_parse_embed_pcdata_comment::run' can be const. [functionConst] pugixml-1.14/tests/test_parse.cpp:1244:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_comment::run' can be const. pugixml-1.14/tests/test_parse.cpp:1244:1: note: Technically the member function 'test_runner_helper_parse_embed_pcdata_comment::run' can be const. pugixml-1.14/tests/test_parse.cpp:1255:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_merge_pcdata::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1255:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1255:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1298:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_merge_pcdata_escape::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1298:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_escape::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1298:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_escape::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1307:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_merge_pcdata_whitespace::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1307:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_whitespace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1307:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_whitespace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1337:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_merge_pcdata_append::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1337:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_append::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1337:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_append::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1353:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_merge_pcdata_overlap::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1353:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_overlap::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1353:1: note: Technically the member function 'test_runner_helper_parse_merge_pcdata_overlap::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1361:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_encoding_detect::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1361:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1361:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1369:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_encoding_detect_latin1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1369:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_latin1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1369:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_latin1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1385:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_encoding_detect_auto::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1385:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_auto::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1385:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_auto::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1423:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_encoding_detect_auto_incomplete::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse.cpp:1423:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_auto_incomplete::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:1423:1: note: Technically the member function 'test_runner_helper_parse_encoding_detect_auto_incomplete::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse.cpp:260:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:421:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:507:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:515:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:522:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:529:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:536:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:544:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:547:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:550:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:553:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:556:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:563:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:579:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:595:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:647:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:654:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:661:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse.cpp:672:39: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] pugixml-1.14/tests/test_parse_doctype.cpp:57:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse_doctype.cpp:308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse_doctype.cpp:315:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse_doctype.cpp:322:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_parse_doctype.cpp:71:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_skip::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:71:1: note: Technically the member function 'test_runner_helper_parse_doctype_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:71:1: note: Technically the member function 'test_runner_helper_parse_doctype_skip::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:81:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:81:1: note: Technically the member function 'test_runner_helper_parse_doctype_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:81:1: note: Technically the member function 'test_runner_helper_parse_doctype_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:96:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_w3c_wf::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:96:1: note: Technically the member function 'test_runner_helper_parse_doctype_w3c_wf::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:96:1: note: Technically the member function 'test_runner_helper_parse_doctype_w3c_wf::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:106:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_w3c_nwf::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:106:1: note: Technically the member function 'test_runner_helper_parse_doctype_w3c_nwf::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:106:1: note: Technically the member function 'test_runner_helper_parse_doctype_w3c_nwf::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:122:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:122:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:122:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:155:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_2::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:155:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:155:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:165:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_3::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:165:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:165:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:172:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_4::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:172:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_4::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:172:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_4::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:180:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_5::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:180:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:180:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_eduni_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:187:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:187:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:187:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:203:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_2::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:203:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:203:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:242:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_3::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:242:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:242:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_ibm_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:269:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_oasis_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:269:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_oasis_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:269:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_oasis_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:290:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_xmltest_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:290:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_xmltest_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:290:1: note: Technically the member function 'test_runner_helper_parse_doctype_xmlconf_xmltest_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:304:1: style:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_value::run' can be const. [functionConst] pugixml-1.14/tests/test_parse_doctype.cpp:304:1: note: Technically the member function 'test_runner_helper_parse_doctype_value::run' can be const. pugixml-1.14/tests/test_parse_doctype.cpp:304:1: note: Technically the member function 'test_runner_helper_parse_doctype_value::run' can be const. pugixml-1.14/tests/test_parse_doctype.cpp:312:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_error_toplevel::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:312:1: note: Technically the member function 'test_runner_helper_parse_doctype_error_toplevel::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:312:1: note: Technically the member function 'test_runner_helper_parse_doctype_error_toplevel::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:319:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_error_ignore::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:319:1: note: Technically the member function 'test_runner_helper_parse_doctype_error_ignore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:319:1: note: Technically the member function 'test_runner_helper_parse_doctype_error_ignore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:328:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_stackless_group::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:328:1: note: Technically the member function 'test_runner_helper_parse_doctype_stackless_group::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:328:1: note: Technically the member function 'test_runner_helper_parse_doctype_stackless_group::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:348:1: performance:inconclusive: Technically the member function 'test_runner_helper_parse_doctype_stackless_ignore::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_parse_doctype.cpp:348:1: note: Technically the member function 'test_runner_helper_parse_doctype_stackless_ignore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_parse_doctype.cpp:348:1: note: Technically the member function 'test_runner_helper_parse_doctype_stackless_ignore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:11:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_wide_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:11:1: note: Technically the member function 'test_runner_helper_as_wide_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:11:1: note: Technically the member function 'test_runner_helper_as_wide_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:16:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_wide_valid_basic::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:16:1: note: Technically the member function 'test_runner_helper_as_wide_valid_basic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:16:1: note: Technically the member function 'test_runner_helper_as_wide_valid_basic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:26:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_wide_valid_astral::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:26:1: note: Technically the member function 'test_runner_helper_as_wide_valid_astral::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:26:1: note: Technically the member function 'test_runner_helper_as_wide_valid_astral::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:43:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_wide_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:43:1: note: Technically the member function 'test_runner_helper_as_wide_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:43:1: note: Technically the member function 'test_runner_helper_as_wide_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:74:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_wide_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:74:1: note: Technically the member function 'test_runner_helper_as_wide_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:74:1: note: Technically the member function 'test_runner_helper_as_wide_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:81:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_utf8_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:81:1: note: Technically the member function 'test_runner_helper_as_utf8_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:81:1: note: Technically the member function 'test_runner_helper_as_utf8_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:86:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_utf8_valid_basic::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:86:1: note: Technically the member function 'test_runner_helper_as_utf8_valid_basic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:86:1: note: Technically the member function 'test_runner_helper_as_utf8_valid_basic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:96:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_utf8_valid_astral::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:96:1: note: Technically the member function 'test_runner_helper_as_utf8_valid_astral::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:96:1: note: Technically the member function 'test_runner_helper_as_utf8_valid_astral::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:121:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_utf8_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:121:1: note: Technically the member function 'test_runner_helper_as_utf8_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:121:1: note: Technically the member function 'test_runner_helper_as_utf8_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:147:1: performance:inconclusive: Technically the member function 'test_runner_helper_as_utf8_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_unicode.cpp:147:1: note: Technically the member function 'test_runner_helper_as_utf8_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:147:1: note: Technically the member function 'test_runner_helper_as_utf8_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_unicode.cpp:33:16: style: Condition 'wcharsize==4' is always true [knownConditionTrueFalse] pugixml-1.14/tests/test_unicode.cpp:31:27: note: Assignment 'wcharsize=sizeof(wchar_t)', assigned value is 4 pugixml-1.14/tests/test_unicode.cpp:33:16: note: Condition 'wcharsize==4' is always true pugixml-1.14/tests/test_unicode.cpp:101:16: style: Condition 'wcharsize==4' is always true [knownConditionTrueFalse] pugixml-1.14/tests/test_unicode.cpp:99:27: note: Assignment 'wcharsize=sizeof(wchar_t)', assigned value is 4 pugixml-1.14/tests/test_unicode.cpp:101:16: note: Condition 'wcharsize==4' is always true pugixml-1.14/tests/test_unicode.cpp:125:16: style: Condition 'wcharsize==2' is always false [knownConditionTrueFalse] pugixml-1.14/tests/test_unicode.cpp:123:27: note: Assignment 'wcharsize=sizeof(wchar_t)', assigned value is 4 pugixml-1.14/tests/test_unicode.cpp:125:16: note: Condition 'wcharsize==2' is always false pugixml-1.14/tests/test_write.cpp:91:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:106:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:129:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:143:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:155:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:186:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:205:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:242:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:259:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:267:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:275:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:297:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:380:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:405:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:414:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:457:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:498:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:507:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:573:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:609:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_auto [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:648:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:672:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:715:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_write.cpp:11:1: style:inconclusive: Technically the member function 'test_runner_helper_write_simple::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:11:1: note: Technically the member function 'test_runner_helper_write_simple::run' can be const. pugixml-1.14/tests/test_write.cpp:11:1: note: Technically the member function 'test_runner_helper_write_simple::run' can be const. pugixml-1.14/tests/test_write.cpp:16:1: style:inconclusive: Technically the member function 'test_runner_helper_write_raw::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:16:1: note: Technically the member function 'test_runner_helper_write_raw::run' can be const. pugixml-1.14/tests/test_write.cpp:16:1: note: Technically the member function 'test_runner_helper_write_raw::run' can be const. pugixml-1.14/tests/test_write.cpp:21:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:21:1: note: Technically the member function 'test_runner_helper_write_indent::run' can be const. pugixml-1.14/tests/test_write.cpp:21:1: note: Technically the member function 'test_runner_helper_write_indent::run' can be const. pugixml-1.14/tests/test_write.cpp:26:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_attributes::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:26:1: note: Technically the member function 'test_runner_helper_write_indent_attributes::run' can be const. pugixml-1.14/tests/test_write.cpp:26:1: note: Technically the member function 'test_runner_helper_write_indent_attributes::run' can be const. pugixml-1.14/tests/test_write.cpp:31:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_attributes_empty_element::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:31:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_empty_element::run' can be const. pugixml-1.14/tests/test_write.cpp:31:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_empty_element::run' can be const. pugixml-1.14/tests/test_write.cpp:36:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_attributes_declaration::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:36:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_declaration::run' can be const. pugixml-1.14/tests/test_write.cpp:36:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_declaration::run' can be const. pugixml-1.14/tests/test_write.cpp:41:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_attributes_raw::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:41:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_raw::run' can be const. pugixml-1.14/tests/test_write.cpp:41:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_raw::run' can be const. pugixml-1.14/tests/test_write.cpp:46:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_attributes_empty_indent::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:46:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_empty_indent::run' can be const. pugixml-1.14/tests/test_write.cpp:46:1: note: Technically the member function 'test_runner_helper_write_indent_attributes_empty_indent::run' can be const. pugixml-1.14/tests/test_write.cpp:51:1: style:inconclusive: Technically the member function 'test_runner_helper_write_pcdata::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:51:1: note: Technically the member function 'test_runner_helper_write_pcdata::run' can be const. pugixml-1.14/tests/test_write.cpp:51:1: note: Technically the member function 'test_runner_helper_write_pcdata::run' can be const. pugixml-1.14/tests/test_write.cpp:56:1: style:inconclusive: Technically the member function 'test_runner_helper_write_cdata::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:56:1: note: Technically the member function 'test_runner_helper_write_cdata::run' can be const. pugixml-1.14/tests/test_write.cpp:56:1: note: Technically the member function 'test_runner_helper_write_cdata::run' can be const. pugixml-1.14/tests/test_write.cpp:62:1: style:inconclusive: Technically the member function 'test_runner_helper_write_cdata_empty::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:62:1: note: Technically the member function 'test_runner_helper_write_cdata_empty::run' can be const. pugixml-1.14/tests/test_write.cpp:62:1: note: Technically the member function 'test_runner_helper_write_cdata_empty::run' can be const. pugixml-1.14/tests/test_write.cpp:68:1: style:inconclusive: Technically the member function 'test_runner_helper_write_cdata_escape::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:68:1: note: Technically the member function 'test_runner_helper_write_cdata_escape::run' can be const. pugixml-1.14/tests/test_write.cpp:68:1: note: Technically the member function 'test_runner_helper_write_cdata_escape::run' can be const. pugixml-1.14/tests/test_write.cpp:82:1: style:inconclusive: Technically the member function 'test_runner_helper_write_cdata_inner::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:82:1: note: Technically the member function 'test_runner_helper_write_cdata_inner::run' can be const. pugixml-1.14/tests/test_write.cpp:82:1: note: Technically the member function 'test_runner_helper_write_cdata_inner::run' can be const. pugixml-1.14/tests/test_write.cpp:88:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_cdata_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:88:1: note: Technically the member function 'test_runner_helper_write_cdata_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:88:1: note: Technically the member function 'test_runner_helper_write_cdata_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:97:1: style:inconclusive: Technically the member function 'test_runner_helper_write_comment::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:97:1: note: Technically the member function 'test_runner_helper_write_comment::run' can be const. pugixml-1.14/tests/test_write.cpp:97:1: note: Technically the member function 'test_runner_helper_write_comment::run' can be const. pugixml-1.14/tests/test_write.cpp:103:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_comment_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:103:1: note: Technically the member function 'test_runner_helper_write_comment_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:103:1: note: Technically the member function 'test_runner_helper_write_comment_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:126:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_comment_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:126:1: note: Technically the member function 'test_runner_helper_write_comment_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:126:1: note: Technically the member function 'test_runner_helper_write_comment_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:134:1: style:inconclusive: Technically the member function 'test_runner_helper_write_pi::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:134:1: note: Technically the member function 'test_runner_helper_write_pi::run' can be const. pugixml-1.14/tests/test_write.cpp:134:1: note: Technically the member function 'test_runner_helper_write_pi::run' can be const. pugixml-1.14/tests/test_write.cpp:140:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_pi_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:140:1: note: Technically the member function 'test_runner_helper_write_pi_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:140:1: note: Technically the member function 'test_runner_helper_write_pi_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:152:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_pi_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:152:1: note: Technically the member function 'test_runner_helper_write_pi_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:152:1: note: Technically the member function 'test_runner_helper_write_pi_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:171:1: style:inconclusive: Technically the member function 'test_runner_helper_write_declaration::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:171:1: note: Technically the member function 'test_runner_helper_write_declaration::run' can be const. pugixml-1.14/tests/test_write.cpp:171:1: note: Technically the member function 'test_runner_helper_write_declaration::run' can be const. pugixml-1.14/tests/test_write.cpp:177:1: style:inconclusive: Technically the member function 'test_runner_helper_write_doctype::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:177:1: note: Technically the member function 'test_runner_helper_write_doctype::run' can be const. pugixml-1.14/tests/test_write.cpp:177:1: note: Technically the member function 'test_runner_helper_write_doctype::run' can be const. pugixml-1.14/tests/test_write.cpp:183:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_doctype_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:183:1: note: Technically the member function 'test_runner_helper_write_doctype_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:183:1: note: Technically the member function 'test_runner_helper_write_doctype_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:191:1: style:inconclusive: Technically the member function 'test_runner_helper_write_escape::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:191:1: note: Technically the member function 'test_runner_helper_write_escape::run' can be const. pugixml-1.14/tests/test_write.cpp:191:1: note: Technically the member function 'test_runner_helper_write_escape::run' can be const. pugixml-1.14/tests/test_write.cpp:215:1: style:inconclusive: Technically the member function 'test_runner_helper_write_escape_unicode::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:215:1: note: Technically the member function 'test_runner_helper_write_escape_unicode::run' can be const. pugixml-1.14/tests/test_write.cpp:215:1: note: Technically the member function 'test_runner_helper_write_escape_unicode::run' can be const. pugixml-1.14/tests/test_write.cpp:228:1: style:inconclusive: Technically the member function 'test_runner_helper_write_no_escapes::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:228:1: note: Technically the member function 'test_runner_helper_write_no_escapes::run' can be const. pugixml-1.14/tests/test_write.cpp:228:1: note: Technically the member function 'test_runner_helper_write_no_escapes::run' can be const. pugixml-1.14/tests/test_write.cpp:247:1: style:inconclusive: Technically the member function 'test_runner_helper_write_print_writer::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:247:1: note: Technically the member function 'test_runner_helper_write_print_writer::run' can be const. pugixml-1.14/tests/test_write.cpp:247:1: note: Technically the member function 'test_runner_helper_write_print_writer::run' can be const. pugixml-1.14/tests/test_write.cpp:281:1: style:inconclusive: Technically the member function 'test_runner_helper_write_huge_chunk::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:281:1: note: Technically the member function 'test_runner_helper_write_huge_chunk::run' can be const. pugixml-1.14/tests/test_write.cpp:281:1: note: Technically the member function 'test_runner_helper_write_huge_chunk::run' can be const. pugixml-1.14/tests/test_write.cpp:292:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_encodings::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:292:1: note: Technically the member function 'test_runner_helper_write_encodings::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:292:1: note: Technically the member function 'test_runner_helper_write_encodings::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:368:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_encoding_huge::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:368:1: note: Technically the member function 'test_runner_helper_write_encoding_huge::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:368:1: note: Technically the member function 'test_runner_helper_write_encoding_huge::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:391:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_encoding_huge_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:391:1: note: Technically the member function 'test_runner_helper_write_encoding_huge_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:391:1: note: Technically the member function 'test_runner_helper_write_encoding_huge_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:409:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_unicode_escape::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:409:1: note: Technically the member function 'test_runner_helper_write_unicode_escape::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:409:1: note: Technically the member function 'test_runner_helper_write_unicode_escape::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:462:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_unicode_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:462:1: note: Technically the member function 'test_runner_helper_write_unicode_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:462:1: note: Technically the member function 'test_runner_helper_write_unicode_invalid_utf8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:493:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_no_name_element::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:493:1: note: Technically the member function 'test_runner_helper_write_no_name_element::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:493:1: note: Technically the member function 'test_runner_helper_write_no_name_element::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:504:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_no_name_pi::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:504:1: note: Technically the member function 'test_runner_helper_write_no_name_pi::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:504:1: note: Technically the member function 'test_runner_helper_write_no_name_pi::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:512:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_no_name_attribute::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:512:1: note: Technically the member function 'test_runner_helper_write_no_name_attribute::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:512:1: note: Technically the member function 'test_runner_helper_write_no_name_attribute::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:521:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_print_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:521:1: note: Technically the member function 'test_runner_helper_write_print_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:521:1: note: Technically the member function 'test_runner_helper_write_print_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:528:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_print_stream_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:528:1: note: Technically the member function 'test_runner_helper_write_print_stream_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:528:1: note: Technically the member function 'test_runner_helper_write_print_stream_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:534:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_print_stream_empty_wide::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:534:1: note: Technically the member function 'test_runner_helper_write_print_stream_empty_wide::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:534:1: note: Technically the member function 'test_runner_helper_write_print_stream_empty_wide::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:541:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_stackless::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:541:1: note: Technically the member function 'test_runner_helper_write_stackless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:541:1: note: Technically the member function 'test_runner_helper_write_stackless::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:560:1: style:inconclusive: Technically the member function 'test_runner_helper_write_indent_custom::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:560:1: note: Technically the member function 'test_runner_helper_write_indent_custom::run' can be const. pugixml-1.14/tests/test_write.cpp:560:1: note: Technically the member function 'test_runner_helper_write_indent_custom::run' can be const. pugixml-1.14/tests/test_write.cpp:570:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_pcdata_null::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:570:1: note: Technically the member function 'test_runner_helper_write_pcdata_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:570:1: note: Technically the member function 'test_runner_helper_write_pcdata_null::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:583:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_pcdata_whitespace_fixedpoint::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:583:1: note: Technically the member function 'test_runner_helper_write_pcdata_whitespace_fixedpoint::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:583:1: note: Technically the member function 'test_runner_helper_write_pcdata_whitespace_fixedpoint::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:621:1: style:inconclusive: Technically the member function 'test_runner_helper_write_mixed::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:621:1: note: Technically the member function 'test_runner_helper_write_mixed::run' can be const. pugixml-1.14/tests/test_write.cpp:621:1: note: Technically the member function 'test_runner_helper_write_mixed::run' can be const. pugixml-1.14/tests/test_write.cpp:628:1: style:inconclusive: Technically the member function 'test_runner_helper_write_no_empty_element_tags::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:628:1: note: Technically the member function 'test_runner_helper_write_no_empty_element_tags::run' can be const. pugixml-1.14/tests/test_write.cpp:628:1: note: Technically the member function 'test_runner_helper_write_no_empty_element_tags::run' can be const. pugixml-1.14/tests/test_write.cpp:635:1: style:inconclusive: Technically the member function 'test_runner_helper_write_roundtrip::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:635:1: note: Technically the member function 'test_runner_helper_write_roundtrip::run' can be const. pugixml-1.14/tests/test_write.cpp:635:1: note: Technically the member function 'test_runner_helper_write_roundtrip::run' can be const. pugixml-1.14/tests/test_write.cpp:660:1: performance:inconclusive: Technically the member function 'test_runner_helper_write_flush_coverage::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_write.cpp:660:1: note: Technically the member function 'test_runner_helper_write_flush_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:660:1: note: Technically the member function 'test_runner_helper_write_flush_coverage::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_write.cpp:696:1: style:inconclusive: Technically the member function 'test_runner_helper_write_throw_simple::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:696:1: note: Technically the member function 'test_runner_helper_write_throw_simple::run' can be const. pugixml-1.14/tests/test_write.cpp:696:1: note: Technically the member function 'test_runner_helper_write_throw_simple::run' can be const. pugixml-1.14/tests/test_write.cpp:725:1: style:inconclusive: Technically the member function 'test_runner_helper_write_skip_control_chars::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:725:1: note: Technically the member function 'test_runner_helper_write_skip_control_chars::run' can be const. pugixml-1.14/tests/test_write.cpp:725:1: note: Technically the member function 'test_runner_helper_write_skip_control_chars::run' can be const. pugixml-1.14/tests/test_write.cpp:730:1: style:inconclusive: Technically the member function 'test_runner_helper_write_keep_control_chars::run' can be const. [functionConst] pugixml-1.14/tests/test_write.cpp:730:1: note: Technically the member function 'test_runner_helper_write_keep_control_chars::run' can be const. pugixml-1.14/tests/test_write.cpp:730:1: note: Technically the member function 'test_runner_helper_write_keep_control_chars::run' can be const. pugixml-1.14/tests/test_write.cpp:312:16: style: Condition 'wcharsize==4' is always true [knownConditionTrueFalse] pugixml-1.14/tests/test_write.cpp:309:27: note: Assignment 'wcharsize=sizeof(wchar_t)', assigned value is 4 pugixml-1.14/tests/test_write.cpp:312:16: note: Condition 'wcharsize==4' is always true pugixml-1.14/tests/test_xpath.cpp:403:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath.cpp:426:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath.cpp:456:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath.cpp:561:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath.cpp:808:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath.cpp:39:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_allocator_many_pages::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:39:1: note: Technically the member function 'test_runner_helper_xpath_allocator_many_pages::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:39:1: note: Technically the member function 'test_runner_helper_xpath_allocator_many_pages::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:48:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_allocator_large_page::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:48:1: note: Technically the member function 'test_runner_helper_xpath_allocator_large_page::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:48:1: note: Technically the member function 'test_runner_helper_xpath_allocator_large_page::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:57:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_complex::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_sort_complex::run' can be const. pugixml-1.14/tests/test_xpath.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_sort_complex::run' can be const. pugixml-1.14/tests/test_xpath.cpp:72:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_complex_copy::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:72:1: note: Technically the member function 'test_runner_helper_xpath_sort_complex_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:72:1: note: Technically the member function 'test_runner_helper_xpath_sort_complex_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:90:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_children::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:90:1: note: Technically the member function 'test_runner_helper_xpath_sort_children::run' can be const. pugixml-1.14/tests/test_xpath.cpp:90:1: note: Technically the member function 'test_runner_helper_xpath_sort_children::run' can be const. pugixml-1.14/tests/test_xpath.cpp:104:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_children_copy::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:104:1: note: Technically the member function 'test_runner_helper_xpath_sort_children_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:104:1: note: Technically the member function 'test_runner_helper_xpath_sort_children_copy::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:121:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_attributes::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:121:1: note: Technically the member function 'test_runner_helper_xpath_sort_attributes::run' can be const. pugixml-1.14/tests/test_xpath.cpp:121:1: note: Technically the member function 'test_runner_helper_xpath_sort_attributes::run' can be const. pugixml-1.14/tests/test_xpath.cpp:143:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_attributes_docorder::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:143:1: note: Technically the member function 'test_runner_helper_xpath_sort_attributes_docorder::run' can be const. pugixml-1.14/tests/test_xpath.cpp:143:1: note: Technically the member function 'test_runner_helper_xpath_sort_attributes_docorder::run' can be const. pugixml-1.14/tests/test_xpath.cpp:162:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_random_medium::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:162:1: note: Technically the member function 'test_runner_helper_xpath_sort_random_medium::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:162:1: note: Technically the member function 'test_runner_helper_xpath_sort_random_medium::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:184:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_random_large::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_sort_random_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_sort_random_large::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:213:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_long_numbers_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_long_numbers_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_long_numbers_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:242:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_long_numbers_stringize::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:242:1: note: Technically the member function 'test_runner_helper_xpath_long_numbers_stringize::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:242:1: note: Technically the member function 'test_runner_helper_xpath_long_numbers_stringize::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:259:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_denorm_numbers::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:259:1: note: Technically the member function 'test_runner_helper_xpath_denorm_numbers::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:259:1: note: Technically the member function 'test_runner_helper_xpath_denorm_numbers::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:279:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:279:1: note: Technically the member function 'test_runner_helper_xpath_rexml_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:279:1: note: Technically the member function 'test_runner_helper_xpath_rexml_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:293:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:293:1: note: Technically the member function 'test_runner_helper_xpath_rexml_2::run' can be const. pugixml-1.14/tests/test_xpath.cpp:293:1: note: Technically the member function 'test_runner_helper_xpath_rexml_2::run' can be const. pugixml-1.14/tests/test_xpath.cpp:298:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:298:1: note: Technically the member function 'test_runner_helper_xpath_rexml_3::run' can be const. pugixml-1.14/tests/test_xpath.cpp:298:1: note: Technically the member function 'test_runner_helper_xpath_rexml_3::run' can be const. pugixml-1.14/tests/test_xpath.cpp:305:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:305:1: note: Technically the member function 'test_runner_helper_xpath_rexml_4::run' can be const. pugixml-1.14/tests/test_xpath.cpp:305:1: note: Technically the member function 'test_runner_helper_xpath_rexml_4::run' can be const. pugixml-1.14/tests/test_xpath.cpp:310:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:310:1: note: Technically the member function 'test_runner_helper_xpath_rexml_5::run' can be const. pugixml-1.14/tests/test_xpath.cpp:310:1: note: Technically the member function 'test_runner_helper_xpath_rexml_5::run' can be const. pugixml-1.14/tests/test_xpath.cpp:317:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_rexml_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:317:1: note: Technically the member function 'test_runner_helper_xpath_rexml_6::run' can be const. pugixml-1.14/tests/test_xpath.cpp:317:1: note: Technically the member function 'test_runner_helper_xpath_rexml_6::run' can be const. pugixml-1.14/tests/test_xpath.cpp:325:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xsl_list_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:325:1: note: Technically the member function 'test_runner_helper_xpath_xsl_list_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:325:1: note: Technically the member function 'test_runner_helper_xpath_xsl_list_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:334:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xsl_list_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:334:1: note: Technically the member function 'test_runner_helper_xpath_xsl_list_2::run' can be const. pugixml-1.14/tests/test_xpath.cpp:334:1: note: Technically the member function 'test_runner_helper_xpath_xsl_list_2::run' can be const. pugixml-1.14/tests/test_xpath.cpp:349:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_star_token::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:349:1: note: Technically the member function 'test_runner_helper_xpath_star_token::run' can be const. pugixml-1.14/tests/test_xpath.cpp:349:1: note: Technically the member function 'test_runner_helper_xpath_star_token::run' can be const. pugixml-1.14/tests/test_xpath.cpp:356:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_miscellaneous::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:356:1: note: Technically the member function 'test_runner_helper_xpath_miscellaneous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:356:1: note: Technically the member function 'test_runner_helper_xpath_miscellaneous::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:362:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_context_node::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:362:1: note: Technically the member function 'test_runner_helper_xpath_context_node::run' can be const. pugixml-1.14/tests/test_xpath.cpp:362:1: note: Technically the member function 'test_runner_helper_xpath_context_node::run' can be const. pugixml-1.14/tests/test_xpath.cpp:370:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_context_position::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:370:1: note: Technically the member function 'test_runner_helper_xpath_context_position::run' can be const. pugixml-1.14/tests/test_xpath.cpp:370:1: note: Technically the member function 'test_runner_helper_xpath_context_position::run' can be const. pugixml-1.14/tests/test_xpath.cpp:378:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_lexer_unknown_lexeme::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:378:1: note: Technically the member function 'test_runner_helper_xpath_lexer_unknown_lexeme::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:378:1: note: Technically the member function 'test_runner_helper_xpath_lexer_unknown_lexeme::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:384:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_large_node_set::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:384:1: note: Technically the member function 'test_runner_helper_xpath_large_node_set::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:384:1: note: Technically the member function 'test_runner_helper_xpath_large_node_set::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:394:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_query::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:394:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_query::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:394:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_query::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:401:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:401:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:401:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:424:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:438:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat_list::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:438:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat_list::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:438:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_concat_list::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:454:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_substring::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:454:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_substring::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:454:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_substring::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:468:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:468:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union::run' can be const. pugixml-1.14/tests/test_xpath.cpp:468:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union::run' can be const. pugixml-1.14/tests/test_xpath.cpp:485:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union_hash::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:485:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union_hash::run' can be const. pugixml-1.14/tests/test_xpath.cpp:485:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_union_hash::run' can be const. pugixml-1.14/tests/test_xpath.cpp:504:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_predicate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:504:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_predicate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:504:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_predicate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:513:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_0::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:513:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_0::run' can be const. pugixml-1.14/tests/test_xpath.cpp:513:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_0::run' can be const. pugixml-1.14/tests/test_xpath.cpp:522:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:522:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:522:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_normalize_space_1::run' can be const. pugixml-1.14/tests/test_xpath.cpp:531:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:531:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:531:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate::run' can be const. pugixml-1.14/tests/test_xpath.cpp:540:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate_table::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:540:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate_table::run' can be const. pugixml-1.14/tests/test_xpath.cpp:540:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_translate_table::run' can be const. pugixml-1.14/tests/test_xpath.cpp:549:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_string_append::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:549:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_string_append::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:549:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_string_append::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:569:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_number_to_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:569:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_number_to_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:569:1: note: Technically the member function 'test_runner_helper_xpath_out_of_memory_evaluate_number_to_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:581:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_memory_concat_massive::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:581:1: note: Technically the member function 'test_runner_helper_xpath_memory_concat_massive::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:581:1: note: Technically the member function 'test_runner_helper_xpath_memory_concat_massive::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:595:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_memory_translate_table::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:595:1: note: Technically the member function 'test_runner_helper_xpath_memory_translate_table::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:595:1: note: Technically the member function 'test_runner_helper_xpath_memory_translate_table::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:608:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_copy_share::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:608:1: note: Technically the member function 'test_runner_helper_xpath_sort_copy_share::run' can be const. pugixml-1.14/tests/test_xpath.cpp:608:1: note: Technically the member function 'test_runner_helper_xpath_sort_copy_share::run' can be const. pugixml-1.14/tests/test_xpath.cpp:635:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_move_share::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:635:1: note: Technically the member function 'test_runner_helper_xpath_sort_move_share::run' can be const. pugixml-1.14/tests/test_xpath.cpp:635:1: note: Technically the member function 'test_runner_helper_xpath_sort_move_share::run' can be const. pugixml-1.14/tests/test_xpath.cpp:659:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_append_buffer::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:659:1: note: Technically the member function 'test_runner_helper_xpath_sort_append_buffer::run' can be const. pugixml-1.14/tests/test_xpath.cpp:659:1: note: Technically the member function 'test_runner_helper_xpath_sort_append_buffer::run' can be const. pugixml-1.14/tests/test_xpath.cpp:681:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_crossdoc::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:681:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:681:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:707:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_dynamic::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:707:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_dynamic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:707:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_dynamic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:733:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_different_depth::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:733:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_different_depth::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:733:1: note: Technically the member function 'test_runner_helper_xpath_sort_crossdoc_different_depth::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:759:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_sort_empty_node::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath.cpp:759:1: note: Technically the member function 'test_runner_helper_xpath_sort_empty_node::run' can be const. pugixml-1.14/tests/test_xpath.cpp:759:1: note: Technically the member function 'test_runner_helper_xpath_sort_empty_node::run' can be const. pugixml-1.14/tests/test_xpath.cpp:770:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_allocate_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:770:1: note: Technically the member function 'test_runner_helper_xpath_allocate_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:770:1: note: Technically the member function 'test_runner_helper_xpath_allocate_string_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:783:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_remove_duplicates::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:783:1: note: Technically the member function 'test_runner_helper_xpath_remove_duplicates::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:783:1: note: Technically the member function 'test_runner_helper_xpath_remove_duplicates::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:805:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_anonymous_nodes::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath.cpp:805:1: note: Technically the member function 'test_runner_helper_xpath_anonymous_nodes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:805:1: note: Technically the member function 'test_runner_helper_xpath_anonymous_nodes::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath.cpp:68:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:69:95: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:86:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:87:95: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:100:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:101:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:117:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:118:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:139:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:140:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:158:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:159:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:181:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:210:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:281:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:282:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:283:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:284:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:285:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:286:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:287:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:288:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:289:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:290:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:295:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:300:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:301:117: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:302:111: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:307:148: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:313:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:314:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:319:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:320:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:321:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:322:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:328:111: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:329:100: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:338:169: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:339:169: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:341:169: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:343:149: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:344:149: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:346:149: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:351:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:352:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:364:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:631:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:632:95: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:655:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:656:95: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:677:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:678:99: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath.cpp:801:11: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/src/pugixml.cpp:1954:38: style:inconclusive: Boolean expression 'data[0]=='<'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:1954:57: style:inconclusive: Boolean expression 'data[2]=='x'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:1954:76: style:inconclusive: Boolean expression 'data[3]=='m'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:1954:95: style:inconclusive: Boolean expression 'data[4]=='l'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10165:37: style:inconclusive: Boolean expression 'step_push(ns,a,n,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10174:34: style:inconclusive: Boolean expression 'step_push(ns,c,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10184:34: style:inconclusive: Boolean expression 'step_push(ns,n,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10191:36: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10215:34: style:inconclusive: Boolean expression 'step_push(ns,c,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10224:34: style:inconclusive: Boolean expression 'step_push(ns,c,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10246:36: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10288:37: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10298:39: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10313:34: style:inconclusive: Boolean expression 'step_push(ns,n,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10320:36: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10359:37: style:inconclusive: Boolean expression 'step_push(ns,a,p,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10366:36: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:10404:36: style:inconclusive: Boolean expression 'step_push(ns,cur,alloc)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] pugixml-1.14/src/pugixml.cpp:8860:3: warning: Member variable 'xpath_variable_boolean::name' is not initialized in the constructor. [uninitMemberVar] pugixml-1.14/tests/test_xpath_api.cpp:79:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8870:3: warning: Member variable 'xpath_variable_number::name' is not initialized in the constructor. [uninitMemberVar] pugixml-1.14/tests/test_xpath_api.cpp:92:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_unsorted [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8880:3: warning: Member variable 'xpath_variable_string::name' is not initialized in the constructor. [uninitMemberVar] pugixml-1.14/tests/test_xpath_api.cpp:259:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:8895:3: warning: Member variable 'xpath_variable_node_set::name' is not initialized in the constructor. [uninitMemberVar] pugixml-1.14/tests/test_xpath_api.cpp:289:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:12294:3: warning: Member variable 'xpath_parser::_scratch' is not initialized in the constructor. [uninitMemberVar] pugixml-1.14/tests/test_xpath_api.cpp:388:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:419:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:439:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:459:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:477:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:501:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:524:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:549:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_api.cpp:572:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:7988:19: style:inconclusive: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:7993:23: note: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:7988:19: note: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:7989:19: style:inconclusive: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:7993:49: note: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:7989:19: note: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: style:inconclusive: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:12339:32: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: style:inconclusive: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:12339:32: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12934:3: performance: Variable '_result' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] pugixml-1.14/src/pugixml.cpp:706:8: performance:inconclusive: Technically the member function 'pugi::impl::::xml_allocator::reserve' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/src/pugixml.cpp:7948:8: style:inconclusive: Technically the member function 'pugi::impl::::xpath_allocator::release' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10031:8: style:inconclusive: Technically the member function 'pugi::impl::::xpath_ast_node::apply_predicates' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10041:8: style:inconclusive: Technically the member function 'pugi::impl::::xpath_ast_node::step_push' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10081:8: style:inconclusive: Technically the member function 'pugi::impl::::xpath_ast_node::step_push' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:11585:10: performance:inconclusive: Technically the member function 'pugi::impl::::xpath_parser::parse_axis_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/src/pugixml.cpp:11653:14: performance:inconclusive: Technically the member function 'pugi::impl::::xpath_parser::parse_node_test_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/src/pugixml.cpp:525:3: style: Struct 'xml_allocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:1112:3: style: Struct 'xml_attribute_struct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:1159:3: style: Struct 'xml_document_struct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:2950:3: style: Struct 'xml_parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:5124:3: style: Struct 'name_null_sentry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:7841:3: style: Struct 'xpath_allocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:7966:3: style: Struct 'xpath_allocator_capture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:8679:3: style: Struct 'namespace_uri_predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] pugixml-1.14/src/pugixml.cpp:1430:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1430:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:1430:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:1442:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1442:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:1442:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:1935:49: style: Return value '*reinterpret_cast(&ui)==1' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:1935:49: note: Return value '*reinterpret_cast(&ui)==1' is always true pugixml-1.14/src/pugixml.cpp:1943:27: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:1943:27: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:1943:27: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:1945:27: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:1945:27: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:1945:27: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:2056:58: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:2056:58: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:2056:58: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:2059:58: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:2059:58: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:2059:58: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:2284:51: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:2284:51: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:2284:51: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:2294:51: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:2294:51: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:2294:51: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:2415:8: style: Condition '!alloc->reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:2415:23: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:2415:8: note: Condition '!alloc->reserve()' is always false pugixml-1.14/src/pugixml.cpp:3619:58: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:3619:58: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:3619:58: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:3622:58: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:3622:58: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:3622:58: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:3722:51: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:3722:51: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:3722:51: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:3729:51: style: Condition 'is_little_endian()' is always true [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:1933:21: note: Assignment 'ui=1', assigned value is 1 pugixml-1.14/src/pugixml.cpp:3729:51: note: Calling function 'is_little_endian' returns 1 pugixml-1.14/src/pugixml.cpp:3729:51: note: Condition 'is_little_endian()' is always true pugixml-1.14/src/pugixml.cpp:5861:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5861:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5861:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5878:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5878:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5878:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5896:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5896:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5896:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5914:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5914:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5914:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5932:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5932:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5932:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5949:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5949:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5949:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5967:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5967:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5967:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:5985:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:5985:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:5985:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6001:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6001:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6001:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6018:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6018:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6018:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6036:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6036:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6036:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6054:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6054:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6054:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6108:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6108:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6108:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6125:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6125:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6125:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6143:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6143:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6143:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6161:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6161:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6161:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6177:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6177:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6177:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6193:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6193:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6193:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6211:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6211:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6211:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6229:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6229:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6229:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6251:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6251:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6251:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6264:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6264:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6264:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6290:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6290:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6290:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/src/pugixml.cpp:6303:7: style: Condition '!alloc.reserve()' is always false [knownConditionTrueFalse] pugixml-1.14/src/pugixml.cpp:6303:21: note: Calling function 'reserve' returns 1 pugixml-1.14/src/pugixml.cpp:6303:7: note: Condition '!alloc.reserve()' is always false pugixml-1.14/tests/test_xpath_api.cpp:14:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_select_nodes::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:14:1: note: Technically the member function 'test_runner_helper_xpath_api_select_nodes::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:14:1: note: Technically the member function 'test_runner_helper_xpath_api_select_nodes::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:25:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_select_node::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_api_select_node::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_api_select_node::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:46:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_bool_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:46:1: note: Technically the member function 'test_runner_helper_xpath_api_node_bool_ops::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:46:1: note: Technically the member function 'test_runner_helper_xpath_api_node_bool_ops::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:52:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_eq_ops::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_api_node_eq_ops::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_api_node_eq_ops::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:57:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_accessors::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_api_node_accessors::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_api_node_accessors::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:88:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_accessors::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_accessors::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_accessors::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:110:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:110:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:110:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:142:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:142:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:142:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_copy_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:150:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_evaluate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:150:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:150:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:213:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:232:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_fail::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:232:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:232:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_node_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:251:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_evaluate_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:251:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:251:1: note: Technically the member function 'test_runner_helper_xpath_api_evaluate_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:283:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_return_type::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:283:1: note: Technically the member function 'test_runner_helper_xpath_api_return_type::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:283:1: note: Technically the member function 'test_runner_helper_xpath_api_return_type::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:295:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_query_bool::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:295:1: note: Technically the member function 'test_runner_helper_xpath_api_query_bool::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:295:1: note: Technically the member function 'test_runner_helper_xpath_api_query_bool::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:313:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_query_result::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:313:1: note: Technically the member function 'test_runner_helper_xpath_api_query_result::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:313:1: note: Technically the member function 'test_runner_helper_xpath_api_query_result::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:323:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_query_result_fail::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:323:1: note: Technically the member function 'test_runner_helper_xpath_api_query_result_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:323:1: note: Technically the member function 'test_runner_helper_xpath_api_query_result_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:350:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_exception_what::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:350:1: note: Technically the member function 'test_runner_helper_xpath_api_exception_what::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:350:1: note: Technically the member function 'test_runner_helper_xpath_api_exception_what::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:365:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_set_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:365:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:365:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:374:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_set_copy_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:374:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_copy_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:374:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_copy_ctor_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:384:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_node_set_assign_out_of_memory_preserve::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:384:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_assign_out_of_memory_preserve::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:384:1: note: Technically the member function 'test_runner_helper_xpath_api_node_set_assign_out_of_memory_preserve::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:404:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:404:1: note: Technically the member function 'test_runner_helper_xpath_api_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:404:1: note: Technically the member function 'test_runner_helper_xpath_api_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:414:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:414:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:414:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:434:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_single::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:434:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_single::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:434:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_single::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:453:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:453:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:453:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_ctor_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:472:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:472:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:472:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:496:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_destroy::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:496:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_destroy::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:496:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_destroy::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:519:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_single::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:519:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_single::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:519:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_single::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:543:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:543:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:543:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:567:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_self::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_api.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_self::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_api_nodeset_move_assign_self::run' can be const. pugixml-1.14/tests/test_xpath_api.cpp:579:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_query_move::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:579:1: note: Technically the member function 'test_runner_helper_xpath_api_query_move::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:579:1: note: Technically the member function 'test_runner_helper_xpath_api_query_move::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:623:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_api_query_vector::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_api.cpp:623:1: note: Technically the member function 'test_runner_helper_xpath_api_query_vector::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:623:1: note: Technically the member function 'test_runner_helper_xpath_api_query_vector::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_api.cpp:132:8: style:inconclusive: Variable 'copy4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment] pugixml-1.14/tests/test_xpath_api.cpp:131:8: note: copy4 is assigned pugixml-1.14/tests/test_xpath_api.cpp:132:8: note: copy4 is overwritten pugixml-1.14/tests/test_xpath_api.cpp:138:8: style:inconclusive: Variable 'copy5' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment] pugixml-1.14/tests/test_xpath_api.cpp:137:8: note: copy5 is assigned pugixml-1.14/tests/test_xpath_api.cpp:138:8: note: copy5 is overwritten pugixml-1.14/tests/test_xpath_api.cpp:576:18: style: Redundant pointer operation on 'set' - it's already a variable. [redundantPointerOp] pugixml-1.14/tests/test_xpath_api.cpp:617:17: style: Redundant pointer operation on 'q4' - it's already a variable. [redundantPointerOp] pugixml-1.14/tests/test_xpath_api.cpp:21:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_api.cpp:22:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_api.cpp:425:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:423:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:425:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:426:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:423:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:426:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:445:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:443:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:445:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:446:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:443:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:446:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:465:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:463:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:465:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:466:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:463:24: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:466:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:488:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:486:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:488:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:489:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:486:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:489:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:511:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:509:8: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:511:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:512:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:509:8: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:512:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:535:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:533:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:535:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:536:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:533:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:536:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:560:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:558:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:560:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:561:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:558:9: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_api.cpp:561:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_api.cpp:592:2: warning: Access of moved variable 'q1'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:591:19: note: Calling std::move(q1) pugixml-1.14/tests/test_xpath_api.cpp:592:2: note: Access of moved variable 'q1'. pugixml-1.14/tests/test_xpath_api.cpp:593:2: warning:inconclusive: Access of moved variable 'q1'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:591:19: note: Calling std::move(q1) pugixml-1.14/tests/test_xpath_api.cpp:593:2: note: Access of moved variable 'q1'. pugixml-1.14/tests/test_xpath_api.cpp:602:2: warning: Access of moved variable 'q2'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:601:7: note: Calling std::move(q2) pugixml-1.14/tests/test_xpath_api.cpp:602:2: note: Access of moved variable 'q2'. pugixml-1.14/tests/test_xpath_api.cpp:603:2: warning:inconclusive: Access of moved variable 'q2'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:601:7: note: Calling std::move(q2) pugixml-1.14/tests/test_xpath_api.cpp:603:2: note: Access of moved variable 'q2'. pugixml-1.14/tests/test_xpath_api.cpp:612:2: warning: Access of moved variable 'q3'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:610:7: note: Calling std::move(q3) pugixml-1.14/tests/test_xpath_api.cpp:612:2: note: Access of moved variable 'q3'. pugixml-1.14/tests/test_xpath_api.cpp:613:2: warning:inconclusive: Access of moved variable 'q3'. [accessMoved] pugixml-1.14/tests/test_xpath_api.cpp:610:7: note: Calling std::move(q3) pugixml-1.14/tests/test_xpath_api.cpp:613:2: note: Access of moved variable 'q3'. pugixml-1.14/src/pugixml.cpp:8409:15: style: Same expression on both sides of '/'. [duplicateExpression] pugixml-1.14/src/pugixml.cpp:3184:11: style: The scope of the variable 'ch' can be reduced. [variableScope] pugixml-1.14/src/pugixml.cpp:5142:54: style:inconclusive: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:342:25: note: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'. pugixml-1.14/src/pugixml.cpp:5142:54: note: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'. pugixml-1.14/src/pugixml.cpp:5581:90: style:inconclusive: Function 'children' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:725:68: note: Function 'children' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5581:90: note: Function 'children' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5645:54: style:inconclusive: Function 'child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:545:32: note: Function 'child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5645:54: note: Function 'child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5659:63: style:inconclusive: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:546:41: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5659:63: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5673:61: style:inconclusive: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:547:39: note: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5673:61: note: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5692:65: style:inconclusive: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:548:43: note: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5692:65: note: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5706:63: style:inconclusive: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:551:41: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5706:63: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5706:85: style:inconclusive: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:551:62: note: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'. pugixml-1.14/src/pugixml.cpp:5706:85: note: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'. pugixml-1.14/src/pugixml.cpp:5785:65: style:inconclusive: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:557:43: note: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5785:65: note: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5856:70: style:inconclusive: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:566:48: note: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5856:70: note: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5873:71: style:inconclusive: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:567:49: note: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5873:71: note: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5890:76: style:inconclusive: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:568:54: note: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5890:76: note: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5908:77: style:inconclusive: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:569:55: note: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5908:77: note: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:5996:61: style:inconclusive: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:578:39: note: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:5996:61: note: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6013:62: style:inconclusive: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:579:40: note: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6013:62: note: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6030:68: style:inconclusive: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:581:46: note: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6030:68: note: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6048:67: style:inconclusive: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:580:45: note: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6048:67: note: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:6066:61: style:inconclusive: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:584:39: note: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6066:61: note: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6075:62: style:inconclusive: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:585:40: note: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6075:62: note: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6084:67: style:inconclusive: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:586:45: note: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6084:67: note: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6093:68: style:inconclusive: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:587:46: note: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6093:68: note: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6240:61: style:inconclusive: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:603:39: note: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6240:61: note: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6280:57: style:inconclusive: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:610:35: note: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6280:57: note: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6357:72: style:inconclusive: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:669:50: note: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6357:72: note: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'. pugixml-1.14/src/pugixml.cpp:6439:70: style:inconclusive: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:678:48: note: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:6439:70: note: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:6549:87: style:inconclusive: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:703:65: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. pugixml-1.14/src/pugixml.cpp:6549:87: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. pugixml-1.14/src/pugixml.cpp:6556:93: style:inconclusive: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:704:71: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. pugixml-1.14/src/pugixml.cpp:6556:93: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. pugixml-1.14/src/pugixml.cpp:7403:68: style:inconclusive: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1086:42: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7403:68: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7413:71: style:inconclusive: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1087:45: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7413:71: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7488:56: style:inconclusive: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1110:30: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7488:56: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7496:59: style:inconclusive: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1111:33: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:7496:59: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. pugixml-1.14/src/pugixml.cpp:12374:74: style:inconclusive: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1314:54: note: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'. pugixml-1.14/src/pugixml.cpp:12374:74: note: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'. pugixml-1.14/src/pugixml.cpp:12394:54: style:inconclusive: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1341:30: note: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'. pugixml-1.14/src/pugixml.cpp:12394:54: note: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'. pugixml-1.14/src/pugixml.cpp:12398:59: style:inconclusive: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1342:35: note: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'. pugixml-1.14/src/pugixml.cpp:12398:59: note: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'. pugixml-1.14/src/pugixml.cpp:12398:87: style:inconclusive: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1342:62: note: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'. pugixml-1.14/src/pugixml.cpp:12398:87: note: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'. pugixml-1.14/src/pugixml.cpp:12453:59: style:inconclusive: Function '_assign' argument 1 names different: declaration 'begin' definition 'begin_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1435:31: note: Function '_assign' argument 1 names different: declaration 'begin' definition 'begin_'. pugixml-1.14/src/pugixml.cpp:12453:59: note: Function '_assign' argument 1 names different: declaration 'begin' definition 'begin_'. pugixml-1.14/src/pugixml.cpp:12453:82: style:inconclusive: Function '_assign' argument 2 names different: declaration 'end' definition 'end_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1435:53: note: Function '_assign' argument 2 names different: declaration 'end' definition 'end_'. pugixml-1.14/src/pugixml.cpp:12453:82: note: Function '_assign' argument 2 names different: declaration 'end' definition 'end_'. pugixml-1.14/src/pugixml.cpp:12453:95: style:inconclusive: Function '_assign' argument 3 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1435:65: note: Function '_assign' argument 3 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:12453:95: note: Function '_assign' argument 3 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:12502:61: style:inconclusive: Function 'xpath_node_set' argument 1 names different: declaration 'begin' definition 'begin_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1390:33: note: Function 'xpath_node_set' argument 1 names different: declaration 'begin' definition 'begin_'. pugixml-1.14/src/pugixml.cpp:12502:61: note: Function 'xpath_node_set' argument 1 names different: declaration 'begin' definition 'begin_'. pugixml-1.14/src/pugixml.cpp:12502:84: style:inconclusive: Function 'xpath_node_set' argument 2 names different: declaration 'end' definition 'end_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1390:55: note: Function 'xpath_node_set' argument 2 names different: declaration 'end' definition 'end_'. pugixml-1.14/src/pugixml.cpp:12502:84: note: Function 'xpath_node_set' argument 2 names different: declaration 'end' definition 'end_'. pugixml-1.14/src/pugixml.cpp:12502:97: style:inconclusive: Function 'xpath_node_set' argument 3 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1390:67: note: Function 'xpath_node_set' argument 3 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:12502:97: note: Function 'xpath_node_set' argument 3 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:12601:63: style:inconclusive: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent] pugixml-1.14/src/pugixml.hpp:1156:35: note: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:12601:63: note: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'. pugixml-1.14/src/pugixml.cpp:5269:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5269:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5276:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5276:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5283:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5283:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5290:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5290:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5297:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5297:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5304:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5304:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5312:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5312:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:5319:17: style: Local variable 'value' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.hpp:404:17: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:5319:17: note: Shadow variable pugixml-1.14/src/pugixml.cpp:6568:30: style: Variable 'doc' can be declared as reference to const [constVariableReference] pugixml-1.14/src/pugixml.cpp:12171:42: style: Parameter 'lexer' can be declared as reference to const [constParameterReference] pugixml-1.14/src/pugixml.cpp:609:32: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:2320:12: style: Variable 'end' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:2369:102: style: Parameter 'target' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4392:58: style: Parameter 'attr' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4440:144: style: Parameter 'alloc' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4539:44: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4678:114: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4700:95: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:4720:11: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:6659:20: style: Variable 'd' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:6667:20: style: Variable 'd' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:7684:85: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:8306:54: style: Parameter 'parent' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:8463:41: style: Parameter 'begin' can be declared as pointer to const [constParameterPointer] pugixml-1.14/src/pugixml.cpp:11014:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:11026:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:11044:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:11056:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] pugixml-1.14/src/pugixml.cpp:212:30: style: struct member 'xml_memory_management_function_storage::allocate' is never used. [unusedStructMember] pugixml-1.14/src/pugixml.cpp:213:32: style: struct member 'xml_memory_management_function_storage::deallocate' is never used. [unusedStructMember] pugixml-1.14/src/pugixml.cpp:7831:11: style: struct member 'xpath_memory_block::alignment' is never used. [unusedStructMember] pugixml-1.14/tests/test_xpath_functions.cpp:795:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] pugixml-1.14/src/pugixml.cpp:1990:5: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] pugixml-1.14/src/pugixml.cpp:3184:14: style: Variable 'ch' is assigned a value that is never used. [unreadVariable] pugixml-1.14/tests/test_xpath_functions.cpp:9:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_number_number::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_number_number::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_number_number::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:47:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_number_sum::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:47:1: note: Technically the member function 'test_runner_helper_xpath_number_sum::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:47:1: note: Technically the member function 'test_runner_helper_xpath_number_sum::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:70:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_number_floor::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:70:1: note: Technically the member function 'test_runner_helper_xpath_number_floor::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:70:1: note: Technically the member function 'test_runner_helper_xpath_number_floor::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:98:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_number_ceiling::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:98:1: note: Technically the member function 'test_runner_helper_xpath_number_ceiling::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:98:1: note: Technically the member function 'test_runner_helper_xpath_number_ceiling::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:127:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_number_round::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:127:1: note: Technically the member function 'test_runner_helper_xpath_number_round::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:127:1: note: Technically the member function 'test_runner_helper_xpath_number_round::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:159:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_boolean_boolean::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:159:1: note: Technically the member function 'test_runner_helper_xpath_boolean_boolean::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:159:1: note: Technically the member function 'test_runner_helper_xpath_boolean_boolean::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:186:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_boolean_not::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:186:1: note: Technically the member function 'test_runner_helper_xpath_boolean_not::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:186:1: note: Technically the member function 'test_runner_helper_xpath_boolean_not::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:201:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_boolean_true::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_boolean_true::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_boolean_true::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:212:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_boolean_false::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:212:1: note: Technically the member function 'test_runner_helper_xpath_boolean_false::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:212:1: note: Technically the member function 'test_runner_helper_xpath_boolean_false::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:223:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_boolean_lang::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:223:1: note: Technically the member function 'test_runner_helper_xpath_boolean_lang::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:223:1: note: Technically the member function 'test_runner_helper_xpath_boolean_lang::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:258:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_string::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:258:1: note: Technically the member function 'test_runner_helper_xpath_string_string::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:258:1: note: Technically the member function 'test_runner_helper_xpath_string_string::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:300:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_concat::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:300:1: note: Technically the member function 'test_runner_helper_xpath_string_concat::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:300:1: note: Technically the member function 'test_runner_helper_xpath_string_concat::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:324:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_starts_with::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:324:1: note: Technically the member function 'test_runner_helper_xpath_string_starts_with::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:324:1: note: Technically the member function 'test_runner_helper_xpath_string_starts_with::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:347:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_contains::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:347:1: note: Technically the member function 'test_runner_helper_xpath_string_contains::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:347:1: note: Technically the member function 'test_runner_helper_xpath_string_contains::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:371:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_substring_before::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:371:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_before::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:371:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_before::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:397:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_substring_after::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:397:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_after::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:397:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_after::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:424:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_substring_after_heap::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_after_heap::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_after_heap::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:431:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_substring::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:431:1: note: Technically the member function 'test_runner_helper_xpath_string_substring::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:431:1: note: Technically the member function 'test_runner_helper_xpath_string_substring::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:491:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_substring_heap::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:491:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_heap::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:491:1: note: Technically the member function 'test_runner_helper_xpath_string_substring_heap::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:498:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_string_length::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:498:1: note: Technically the member function 'test_runner_helper_xpath_string_string_length::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:498:1: note: Technically the member function 'test_runner_helper_xpath_string_string_length::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:516:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_normalize_space::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:516:1: note: Technically the member function 'test_runner_helper_xpath_string_normalize_space::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:516:1: note: Technically the member function 'test_runner_helper_xpath_string_normalize_space::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:538:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_translate::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:538:1: note: Technically the member function 'test_runner_helper_xpath_string_translate::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:538:1: note: Technically the member function 'test_runner_helper_xpath_string_translate::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:567:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_translate_table::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_table::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_table::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:578:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_translate_remove::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:578:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_remove::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:578:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_remove::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:586:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_last::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:586:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_last::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:586:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_last::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:600:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_position::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:600:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_position::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:600:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_position::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:617:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_count::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:617:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_count::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:617:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_count::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:642:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_id::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:642:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_id::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:642:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_id::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:656:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_local_name::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:656:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_local_name::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:656:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_local_name::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:681:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_namespace_uri::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:681:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_namespace_uri::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:681:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_namespace_uri::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:710:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_nodeset_name::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:710:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_name::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:710:1: note: Technically the member function 'test_runner_helper_xpath_nodeset_name::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:735:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_function_arguments::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:735:1: note: Technically the member function 'test_runner_helper_xpath_function_arguments::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:735:1: note: Technically the member function 'test_runner_helper_xpath_function_arguments::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:776:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_value::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:776:1: note: Technically the member function 'test_runner_helper_xpath_string_value::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:776:1: note: Technically the member function 'test_runner_helper_xpath_string_value::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:792:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_value_empty::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:792:1: note: Technically the member function 'test_runner_helper_xpath_string_value_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:792:1: note: Technically the member function 'test_runner_helper_xpath_string_value_empty::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:802:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_string_concat_translate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_functions.cpp:802:1: note: Technically the member function 'test_runner_helper_xpath_string_concat_translate::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:802:1: note: Technically the member function 'test_runner_helper_xpath_string_concat_translate::run' can be const. pugixml-1.14/tests/test_xpath_functions.cpp:807:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_unknown_functions::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:807:1: note: Technically the member function 'test_runner_helper_xpath_unknown_functions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:807:1: note: Technically the member function 'test_runner_helper_xpath_unknown_functions::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:821:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_string_translate_table_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_functions.cpp:821:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_table_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:821:1: note: Technically the member function 'test_runner_helper_xpath_string_translate_table_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_functions.cpp:593:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_functions.cpp:594:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_functions.cpp:607:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_functions.cpp:608:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_functions.cpp:610:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_functions.cpp:611:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:9:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_literal_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_literal_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_literal_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:18:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_literal_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:18:1: note: Technically the member function 'test_runner_helper_xpath_literal_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:18:1: note: Technically the member function 'test_runner_helper_xpath_literal_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:26:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_number_parse::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:26:1: note: Technically the member function 'test_runner_helper_xpath_number_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:26:1: note: Technically the member function 'test_runner_helper_xpath_number_parse::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:37:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_number_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:37:1: note: Technically the member function 'test_runner_helper_xpath_number_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:37:1: note: Technically the member function 'test_runner_helper_xpath_number_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:44:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:44:1: note: Technically the member function 'test_runner_helper_xpath_variables::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:44:1: note: Technically the member function 'test_runner_helper_xpath_variables::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:51:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_empty_expression::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:51:1: note: Technically the member function 'test_runner_helper_xpath_empty_expression::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:51:1: note: Technically the member function 'test_runner_helper_xpath_empty_expression::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:56:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_lexer_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_lexer_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_lexer_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:62:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_unmatched_braces::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:62:1: note: Technically the member function 'test_runner_helper_xpath_unmatched_braces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:62:1: note: Technically the member function 'test_runner_helper_xpath_unmatched_braces::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:73:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_incorrect_step::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:73:1: note: Technically the member function 'test_runner_helper_xpath_incorrect_step::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:73:1: note: Technically the member function 'test_runner_helper_xpath_incorrect_step::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:85:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_semantics_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:85:1: note: Technically the member function 'test_runner_helper_xpath_semantics_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:85:1: note: Technically the member function 'test_runner_helper_xpath_semantics_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:91:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_semantics_posinv::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:91:1: note: Technically the member function 'test_runner_helper_xpath_semantics_posinv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:91:1: note: Technically the member function 'test_runner_helper_xpath_semantics_posinv::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:100:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_paths_valid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_parse_paths_valid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_parse_paths_valid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:186:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_paths_valid_unicode::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:186:1: note: Technically the member function 'test_runner_helper_xpath_parse_paths_valid_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:186:1: note: Technically the member function 'test_runner_helper_xpath_parse_paths_valid_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:234:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_invalid::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_parse_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_parse_invalid::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:262:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_absolute::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_parse.cpp:262:1: note: Technically the member function 'test_runner_helper_xpath_parse_absolute::run' can be const. pugixml-1.14/tests/test_xpath_parse.cpp:262:1: note: Technically the member function 'test_runner_helper_xpath_parse_absolute::run' can be const. pugixml-1.14/tests/test_xpath_parse.cpp:277:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_first_page::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:277:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_first_page::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:277:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_first_page::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:284:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_second_page_node::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:284:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_second_page_node::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:284:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_second_page_node::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:291:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_string_to_number::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:291:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_string_to_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:291:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_string_to_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:298:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_quoted_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:298:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_quoted_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:298:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_quoted_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:308:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_variable::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:308:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_variable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:308:1: note: Technically the member function 'test_runner_helper_xpath_parse_out_of_memory_variable::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:319:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_qname_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:319:1: note: Technically the member function 'test_runner_helper_xpath_parse_qname_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:319:1: note: Technically the member function 'test_runner_helper_xpath_parse_qname_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:330:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:330:1: note: Technically the member function 'test_runner_helper_xpath_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:330:1: note: Technically the member function 'test_runner_helper_xpath_parse_result_default::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:339:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_error_propagation::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:339:1: note: Technically the member function 'test_runner_helper_xpath_parse_error_propagation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:339:1: note: Technically the member function 'test_runner_helper_xpath_parse_error_propagation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:361:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_oom_propagation::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:361:1: note: Technically the member function 'test_runner_helper_xpath_parse_oom_propagation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:361:1: note: Technically the member function 'test_runner_helper_xpath_parse_oom_propagation::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:395:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_depth_limit::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_parse.cpp:395:1: note: Technically the member function 'test_runner_helper_xpath_parse_depth_limit::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:395:1: note: Technically the member function 'test_runner_helper_xpath_parse_depth_limit::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_parse.cpp:408:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_parse_location_path::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_parse.cpp:408:1: note: Technically the member function 'test_runner_helper_xpath_parse_location_path::run' can be const. pugixml-1.14/tests/test_xpath_parse.cpp:408:1: note: Technically the member function 'test_runner_helper_xpath_parse_location_path::run' can be const. pugixml-1.14/tests/test_xpath_parse.cpp:264:37: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:266:42: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:267:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:270:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:271:42: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:274:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:410:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:412:38: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_parse.cpp:414:38: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:7:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_arithmetic::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:54:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_specials::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:54:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_specials::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:54:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_specials::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:78:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_subtraction_parse::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:78:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_subtraction_parse::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:78:1: note: Technically the member function 'test_runner_helper_xpath_operators_arithmetic_subtraction_parse::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:90:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_logical::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:90:1: note: Technically the member function 'test_runner_helper_xpath_operators_logical::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:90:1: note: Technically the member function 'test_runner_helper_xpath_operators_logical::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:112:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_boolean::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:112:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:112:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:138:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_number::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:138:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:138:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:165:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:165:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:165:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_primitive_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:178:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_node_set::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:178:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_node_set::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:178:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_node_set::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:203:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_primitive::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:203:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_primitive::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:203:1: note: Technically the member function 'test_runner_helper_xpath_operators_equality_node_set_primitive::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:270:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_inequality_primitive::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_primitive::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_primitive::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:311:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_node_set::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:311:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_node_set::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:311:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_node_set::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:355:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_primitive::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:355:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_primitive::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:355:1: note: Technically the member function 'test_runner_helper_xpath_operators_inequality_node_set_primitive::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:410:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_boolean_precedence::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:410:1: note: Technically the member function 'test_runner_helper_xpath_operators_boolean_precedence::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:410:1: note: Technically the member function 'test_runner_helper_xpath_operators_boolean_precedence::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:424:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_union::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_operators_union::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:424:1: note: Technically the member function 'test_runner_helper_xpath_operators_union::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:438:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_union_order::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:438:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_order::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:438:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_order::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:456:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_union_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:456:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:456:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:468:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_union_minus::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_operators.cpp:468:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_minus::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:468:1: note: Technically the member function 'test_runner_helper_xpath_operators_union_minus::run' can be const. pugixml-1.14/tests/test_xpath_operators.cpp:479:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_associativity_boolean::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:479:1: note: Technically the member function 'test_runner_helper_xpath_operators_associativity_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:479:1: note: Technically the member function 'test_runner_helper_xpath_operators_associativity_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:504:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_associativity_arithmetic::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:504:1: note: Technically the member function 'test_runner_helper_xpath_operators_associativity_arithmetic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:504:1: note: Technically the member function 'test_runner_helper_xpath_operators_associativity_arithmetic::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:514:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_operators_mod::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_operators.cpp:514:1: note: Technically the member function 'test_runner_helper_xpath_operators_mod::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:514:1: note: Technically the member function 'test_runner_helper_xpath_operators_mod::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_operators.cpp:429:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:430:89: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:431:89: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:432:82: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:433:82: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:434:90: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_operators.cpp:435:94: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_1::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_1::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:16:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:16:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_2::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:16:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_2::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:25:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_3::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_3::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:34:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:34:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_4::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:34:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_4::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:43:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_5::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_5::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:52:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_6::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_6::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:61:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:61:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_7::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:61:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_7::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:70:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:70:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_8::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:70:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_8::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:78:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_9::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:78:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_9::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:78:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_9::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:88:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_10::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_10::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_10::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:96:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_11::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:96:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_11::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:96:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_11::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:106:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_12::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:106:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_12::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:106:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_12::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:116:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_13::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:116:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_13::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:116:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_13::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:126:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_14::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:126:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_14::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:126:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_14::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:136:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_15::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:136:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_15::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:136:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_15::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:146:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_16::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:146:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_16::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:146:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_16::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:156:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_17::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:156:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_17::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:156:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_17::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:165:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_18::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:165:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_18::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:165:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_18::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:174:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19a::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:174:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19a::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:174:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19a::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:183:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19b::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:183:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19b::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:183:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_19b::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:192:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_20::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:192:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_20::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:192:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_20::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:201:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_21::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_21::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_21::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:210:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_22::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:210:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_22::run' can be const. pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:210:1: note: Technically the member function 'test_runner_helper_xpath_paths_abbrev_w3c_22::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:630:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_unsorted [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:13:42: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:22:43: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:31:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:40:39: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:49:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:58:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:67:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:75:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:84:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:85:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:93:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:102:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:103:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:112:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:113:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:122:35: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:123:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:132:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:133:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:142:36: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:143:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:153:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:162:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:171:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:189:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:198:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:207:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_abbrev_w3c.cpp:216:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_child::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_child::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_child::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:22:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:22:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:22:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:39:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_parent::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:39:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_parent::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:39:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_parent::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:56:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:73:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_following_sibling::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:73:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_following_sibling::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:73:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_following_sibling::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:88:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding_sibling::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding_sibling::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:88:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding_sibling::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:103:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_following::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:103:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_following::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:103:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_following::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:121:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:121:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:121:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_preceding::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:139:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:139:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_attribute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:139:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_attribute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:157:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_namespace::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:168:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_self::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:168:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:168:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:184:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant_or_self::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant_or_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_descendant_or_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:201:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor_or_self::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor_or_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:201:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_ancestor_or_self::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:219:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_axes_abbrev::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:219:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:219:1: note: Technically the member function 'test_runner_helper_xpath_paths_axes_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:238:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:238:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:238:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:251:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_name::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:251:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_name::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:251:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_name::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:270:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all_in_namespace::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all_in_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_all_in_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:288:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_type::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:288:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_type::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:288:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_type::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:323:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_principal::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:323:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_principal::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:323:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_principal::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:363:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_nodetest_attribute_namespace::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:363:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_attribute_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:363:1: note: Technically the member function 'test_runner_helper_xpath_paths_nodetest_attribute_namespace::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:370:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_absolute::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:370:1: note: Technically the member function 'test_runner_helper_xpath_paths_absolute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:370:1: note: Technically the member function 'test_runner_helper_xpath_paths_absolute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:388:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_abbrev::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:388:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:388:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:405:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_relative_abbrev::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:405:1: note: Technically the member function 'test_runner_helper_xpath_paths_relative_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:405:1: note: Technically the member function 'test_runner_helper_xpath_paths_relative_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:417:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_absolute_abbrev::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:417:1: note: Technically the member function 'test_runner_helper_xpath_paths_absolute_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:417:1: note: Technically the member function 'test_runner_helper_xpath_paths_absolute_abbrev::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:429:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_boolean::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:429:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:429:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:439:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_number::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:439:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:439:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:449:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_boundary::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:449:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_boundary::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:449:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_boundary::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:462:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_out_of_range::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:462:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_out_of_range::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:462:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_number_out_of_range::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:478:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_constant_boolean::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:478:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_constant_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:478:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_constant_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:490:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_position_eq::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:490:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_position_eq::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:490:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_position_eq::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:501:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_several::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:501:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_several::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:501:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_several::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:513:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_boolean::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:513:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:513:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_boolean::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:523:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_number::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:523:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_number::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:523:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_number::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:533:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_posinv::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:533:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_posinv::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:533:1: note: Technically the member function 'test_runner_helper_xpath_paths_predicate_filter_posinv::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:542:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_compose::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:542:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_compose::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:542:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_compose::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:554:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_descendant_double_slash_w3c::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:554:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_double_slash_w3c::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:554:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_double_slash_w3c::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:562:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_needs_sorting::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:562:1: note: Technically the member function 'test_runner_helper_xpath_paths_needs_sorting::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:562:1: note: Technically the member function 'test_runner_helper_xpath_paths_needs_sorting::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:567:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_descendant_filters::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_filters::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:567:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_filters::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:586:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:586:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:586:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:595:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_axes::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:595:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_axes::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:595:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_axes::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:610:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_last::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:610:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_last::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:610:1: note: Technically the member function 'test_runner_helper_xpath_paths_descendant_optimize_last::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:616:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_precision::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:616:1: note: Technically the member function 'test_runner_helper_xpath_paths_precision::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:616:1: note: Technically the member function 'test_runner_helper_xpath_paths_precision::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:624:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_unsorted_child::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:624:1: note: Technically the member function 'test_runner_helper_xpath_paths_unsorted_child::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:624:1: note: Technically the member function 'test_runner_helper_xpath_paths_unsorted_child::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:640:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_optimize_compare_attribute::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:640:1: note: Technically the member function 'test_runner_helper_xpath_paths_optimize_compare_attribute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:640:1: note: Technically the member function 'test_runner_helper_xpath_paths_optimize_compare_attribute::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:658:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_optimize_step_once::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:658:1: note: Technically the member function 'test_runner_helper_xpath_paths_optimize_step_once::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:658:1: note: Technically the member function 'test_runner_helper_xpath_paths_optimize_step_once::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:709:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_coverage::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:709:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:709:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:727:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_predicate_coverage::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:727:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_predicate_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:727:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_leaf_predicate_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:746:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_step_coverage::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:746:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_step_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:746:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_step_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:765:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_step_step_predicate_coverage::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths.cpp:765:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_step_predicate_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:765:1: note: Technically the member function 'test_runner_helper_xpath_paths_step_step_predicate_coverage::run' can be const. pugixml-1.14/tests/test_xpath_paths.cpp:15:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:30:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:31:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:32:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:47:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:48:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:49:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:50:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:53:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:64:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:65:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:66:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:67:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:70:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:81:84: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:97:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:112:85: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:113:108: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:116:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:117:80: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:118:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:130:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:131:101: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:135:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:147:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:149:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:150:90: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:176:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:177:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:178:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:179:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:180:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:181:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:192:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:193:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:194:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:195:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:197:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:198:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:209:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:210:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:211:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:212:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:213:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:214:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:215:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:216:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:226:39: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:230:37: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:231:42: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:246:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:247:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:248:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:259:36: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:260:38: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:262:43: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:263:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:265:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:266:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:267:39: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:278:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:279:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:281:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:282:38: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:301:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:302:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:303:43: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:304:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:305:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:308:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:326:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:327:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:328:97: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:331:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:332:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:335:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:337:77: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:339:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:343:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:344:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:345:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:347:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:348:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:349:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:353:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:354:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:355:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:357:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:358:92: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:359:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:365:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:378:43: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:379:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:380:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:383:35: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:384:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:385:36: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:396:35: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:397:36: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:398:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:399:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:412:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:413:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:414:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:424:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:425:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:426:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:433:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:434:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:435:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:436:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:443:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:444:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:445:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:446:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:452:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:455:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:458:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:487:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:492:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:493:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:494:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:497:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:505:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:506:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:507:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:508:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:509:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:510:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:517:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:518:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:519:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:520:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:527:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:528:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:529:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:530:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:537:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:538:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:539:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:546:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:547:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:548:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:556:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:557:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:558:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:559:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:564:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:569:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:570:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:571:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:572:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:573:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:574:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:577:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:578:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:579:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:580:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:581:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:582:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:583:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:588:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:589:95: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:590:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:591:97: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:592:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:597:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:598:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:599:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:601:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:602:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:603:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:604:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:605:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:606:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:607:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:612:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:613:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:618:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:619:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:620:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:621:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:626:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:627:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:642:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:643:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:644:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:646:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:652:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:653:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:713:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:714:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:715:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:716:47: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:717:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:718:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:719:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:720:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:722:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:723:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:724:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:725:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:731:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:732:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:733:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:734:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:735:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:736:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:737:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:738:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:740:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:741:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:742:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:743:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:750:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:751:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:752:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:753:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:754:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:755:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:756:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:757:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:759:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:760:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:761:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:762:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:769:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:770:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:771:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:772:52: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:773:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:774:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:775:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:776:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:778:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:779:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:780:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths.cpp:781:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_1::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_1::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:16:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:16:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_2::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:16:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_2::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:25:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_3::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:25:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_3::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:34:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:34:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_4::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:34:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_4::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:43:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_5::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_5::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:52:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_6::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:52:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_6::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:61:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:61:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_7::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:61:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_7::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:71:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:71:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_8::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:71:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_8::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:80:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_9::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:80:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_9::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:80:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_9::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:89:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_10::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:89:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_10::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:89:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_10::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:99:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_11::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:99:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_11::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:99:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_11::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:109:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_12::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:109:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_12::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:109:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_12::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:117:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_13::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:117:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_13::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:117:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_13::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:125:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_14::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:125:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_14::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:125:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_14::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:137:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_15::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:137:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_15::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:137:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_15::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:147:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_16::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:147:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_16::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:147:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_16::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:157:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_17::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_17::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_17::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:166:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_18::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:166:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_18::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:166:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_18::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:175:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_19::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:175:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_19::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:175:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_19::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:184:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_20::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_20::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_20::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:193:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_21::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:193:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_21::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:193:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_21::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:202:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_22::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:202:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_22::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:202:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_22::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:211:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_23::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:211:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_23::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:211:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_23::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:221:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_24::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_24::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_24::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:231:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_25::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:231:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_25::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:231:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_25::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:240:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_26::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:240:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_26::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:240:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_26::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:249:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_27a::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:249:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_27a::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:249:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_27a::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:258:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_27b::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:258:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_27b::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:258:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_27b::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:267:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_28::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:267:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_28::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:267:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_28::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:276:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_29::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:276:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_29::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:276:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_29::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:285:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_30::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:285:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_30::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:285:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_30::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:294:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_31a::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:294:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_31a::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:294:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_31a::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:303:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_paths_w3c_31b::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:303:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_31b::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:303:1: note: Technically the member function 'test_runner_helper_xpath_paths_w3c_31b::run' can be const. pugixml-1.14/tests/test_xpath_paths_w3c.cpp:13:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:22:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:31:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:40:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:49:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:58:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:67:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:68:77: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:77:124: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:86:136: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:95:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:96:89: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:106:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:114:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:122:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:132:37: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:133:35: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:134:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:143:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:144:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:153:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:154:92: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:163:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:172:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:181:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:190:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:199:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:208:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:217:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:218:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:227:103: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:228:105: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:237:92: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:246:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:264:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:273:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:282:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:291:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:300:94: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_paths_w3c.cpp:309:94: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/src/pugixml.cpp:706:8: performance:inconclusive: Technically the member function 'pugih::impl::xml_allocator::reserve' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/src/pugixml.cpp:7948:8: style:inconclusive: Technically the member function 'pugih::impl::xpath_allocator::release' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10031:8: style:inconclusive: Technically the member function 'pugih::impl::xpath_ast_node::apply_predicates' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10041:8: style:inconclusive: Technically the member function 'pugih::impl::xpath_ast_node::step_push' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:10081:8: style:inconclusive: Technically the member function 'pugih::impl::xpath_ast_node::step_push' can be const. [functionConst] pugixml-1.14/src/pugixml.cpp:11585:10: performance:inconclusive: Technically the member function 'pugih::impl::xpath_parser::parse_axis_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/src/pugixml.cpp:11653:14: performance:inconclusive: Technically the member function 'pugih::impl::xpath_parser::parse_node_test_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_header_only_2.cpp:12:1: performance:inconclusive: Technically the member function 'test_runner_helper_header_only_2::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_header_only_2.cpp:12:1: note: Technically the member function 'test_runner_helper_header_only_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_header_only_2.cpp:12:1: note: Technically the member function 'test_runner_helper_header_only_2::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:13:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_none [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:21:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_boolean [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:47:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:73:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:102:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:128:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:153:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:193:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:287:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:307:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:320:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_xpath_variables.cpp:382:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] pugixml-1.14/tests/test_header_only_1.cpp:12:1: performance:inconclusive: Technically the member function 'test_runner_helper_header_only_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_header_only_1.cpp:12:1: note: Technically the member function 'test_runner_helper_header_only_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_header_only_1.cpp:12:1: note: Technically the member function 'test_runner_helper_header_only_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:7:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_1::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_1.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_1::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:50:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:50:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:50:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:56:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_3::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_1.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:56:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_3::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:93:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:93:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:93:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:106:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:106:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:106:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:120:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:120:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:120:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:135:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_boolean_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:135:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:135:1: note: Technically the member function 'test_runner_helper_xpath_xalan_boolean_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:160:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_conditional::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:160:1: note: Technically the member function 'test_runner_helper_xpath_xalan_conditional::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:160:1: note: Technically the member function 'test_runner_helper_xpath_xalan_conditional::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:176:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:176:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:176:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:221:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:241:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:241:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:241:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:250:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:250:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:250:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:297:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_5::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_1.cpp:297:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:297:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:337:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:337:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:337:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:347:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:347:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:347:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:357:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_1.cpp:357:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:357:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_1.cpp:373:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_math_9::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_1.cpp:373:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_9::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_1.cpp:373:1: note: Technically the member function 'test_runner_helper_xpath_xalan_math_9::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:9:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_none::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_none::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:9:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_none::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:17:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_boolean::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:17:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:17:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:43:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_number::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:43:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_number::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:69:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:69:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:69:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:98:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_node_set::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:98:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_node_set::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:98:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_node_set::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:124:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_set_operations::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:124:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_operations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:124:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_operations::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:149:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_set_operations_set::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:149:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_operations_set::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:149:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_operations_set::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:176:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_set_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:176:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:176:1: note: Technically the member function 'test_runner_helper_xpath_variables_set_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:187:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:187:1: note: Technically the member function 'test_runner_helper_xpath_variables_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:187:1: note: Technically the member function 'test_runner_helper_xpath_variables_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:199:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_evaluate::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:199:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:199:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:213:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_evaluate_conversion::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate_conversion::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:213:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate_conversion::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:224:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:224:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:224:1: note: Technically the member function 'test_runner_helper_xpath_variables_evaluate_node_set_fail::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:246:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_multiple_documents::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:246:1: note: Technically the member function 'test_runner_helper_xpath_variables_multiple_documents::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:246:1: note: Technically the member function 'test_runner_helper_xpath_variables_multiple_documents::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:274:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_long_name::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:274:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:274:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:282:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:282:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:282:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:292:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_select::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:292:1: note: Technically the member function 'test_runner_helper_xpath_variables_select::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:292:1: note: Technically the member function 'test_runner_helper_xpath_variables_select::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:304:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_empty_name::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:304:1: note: Technically the member function 'test_runner_helper_xpath_variables_empty_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:304:1: note: Technically the member function 'test_runner_helper_xpath_variables_empty_name::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:313:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory_add::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:313:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory_add::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:313:1: note: Technically the member function 'test_runner_helper_xpath_variables_long_name_out_of_memory_add::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:326:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_inside_filter::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:326:1: note: Technically the member function 'test_runner_helper_xpath_variables_inside_filter::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:326:1: note: Technically the member function 'test_runner_helper_xpath_variables_inside_filter::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:335:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_step::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:335:1: note: Technically the member function 'test_runner_helper_xpath_variables_step::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:335:1: note: Technically the member function 'test_runner_helper_xpath_variables_step::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:344:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_index::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:344:1: note: Technically the member function 'test_runner_helper_xpath_variables_index::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:344:1: note: Technically the member function 'test_runner_helper_xpath_variables_index::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:353:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_qname::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:353:1: note: Technically the member function 'test_runner_helper_xpath_variables_qname::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:353:1: note: Technically the member function 'test_runner_helper_xpath_variables_qname::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:361:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_name_error::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:361:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:361:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_error::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:379:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_empty_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:379:1: note: Technically the member function 'test_runner_helper_xpath_variables_empty_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:379:1: note: Technically the member function 'test_runner_helper_xpath_variables_empty_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:387:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_name_underscore::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:387:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_underscore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:387:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_underscore::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:395:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_name_case::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:395:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_case::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:395:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_case::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:404:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_name_unicode::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:404:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:404:1: note: Technically the member function 'test_runner_helper_xpath_variables_name_unicode::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:425:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_count_sum::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:425:1: note: Technically the member function 'test_runner_helper_xpath_variables_count_sum::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:425:1: note: Technically the member function 'test_runner_helper_xpath_variables_count_sum::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:435:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:435:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:435:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:466:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:466:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:466:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:495:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory_clone::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:495:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory_clone::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:495:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_out_of_memory_clone::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:508:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_move::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:508:1: note: Technically the member function 'test_runner_helper_xpath_variables_move::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:508:1: note: Technically the member function 'test_runner_helper_xpath_variables_move::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:552:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy_big::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:552:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:552:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:581:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy_big_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:581:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:581:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:613:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_copy_big_value_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_variables.cpp:613:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big_value_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:613:1: note: Technically the member function 'test_runner_helper_xpath_variables_copy_big_value_out_of_memory::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_variables.cpp:646:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_variables_type_conversion::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_variables.cpp:646:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_conversion::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:646:1: note: Technically the member function 'test_runner_helper_xpath_variables_type_conversion::run' can be const. pugixml-1.14/tests/test_xpath_variables.cpp:210:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:221:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:340:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:341:77: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:349:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:350:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_variables.cpp:13:18: style: Variable 'var' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:128:18: style: Variable 'v1' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:131:18: style: Variable 'v2' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:153:18: style: Variable 'v1' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:156:18: style: Variable 'v2' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:169:18: style: Variable 'v3' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:182:18: style: Variable 'var' can be declared as pointer to const [constVariablePointer] pugixml-1.14/tests/test_xpath_variables.cpp:523:2: warning:inconclusive: Access of moved variable 'set'. [accessMoved] pugixml-1.14/tests/test_xpath_variables.cpp:521:29: note: Calling std::move(set) pugixml-1.14/tests/test_xpath_variables.cpp:523:2: note: Access of moved variable 'set'. pugixml-1.14/tests/test_xpath_variables.cpp:534:2: warning:inconclusive: Access of moved variable 'move1'. [accessMoved] pugixml-1.14/tests/test_xpath_variables.cpp:532:10: note: Calling std::move(move1) pugixml-1.14/tests/test_xpath_variables.cpp:534:2: note: Access of moved variable 'move1'. pugixml-1.14/tests/test_xpath_variables.cpp:541:2: warning:inconclusive: Access of moved variable 'move2'. [accessMoved] pugixml-1.14/tests/test_xpath_variables.cpp:539:9: note: Calling std::move(move2) pugixml-1.14/tests/test_xpath_variables.cpp:541:2: note: Access of moved variable 'move2'. pugixml-1.14/tests/test_xpath_xalan_3.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:38:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:38:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:38:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:68:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:68:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:68:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:102:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:102:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:102:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:157:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:164:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:164:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:164:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:169:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:169:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:169:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:180:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:180:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:180:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:191:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_9::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:191:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:191:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:210:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_10::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:210:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:210:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:218:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_11::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:218:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:218:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:237:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_12::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:237:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:237:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:245:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_13::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:245:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:245:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:267:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_14::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:267:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:267:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:273:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_15::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:273:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:273:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:285:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_16::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:285:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_16::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:285:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_16::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:306:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_17::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:306:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_17::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:306:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_17::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:311:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_axes_18::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_3.cpp:311:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_18::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:311:1: note: Technically the member function 'test_runner_helper_xpath_xalan_axes_18::run' can be const. pugixml-1.14/tests/test_xpath_xalan_3.cpp:11:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:12:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:13:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:14:103: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:15:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:16:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:17:158: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:18:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:19:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:20:101: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:21:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:22:158: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:23:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:24:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:25:99: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:26:124: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:27:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:28:97: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:29:77: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:30:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:31:99: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:32:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:33:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:34:112: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:35:124: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:42:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:45:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:46:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:47:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:48:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:49:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:50:98: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:51:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:54:103: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:55:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:56:103: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:57:117: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:58:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:59:82: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:60:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:61:154: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:62:165: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:64:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:65:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:72:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:73:53: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:74:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:78:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:79:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:80:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:81:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:82:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:87:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:88:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:89:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:90:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:91:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:92:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:94:41: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:95:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:96:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:98:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:99:105: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:166:111: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:173:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:174:50: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:175:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:176:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:177:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:184:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:185:84: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:186:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:187:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:188:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:195:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:196:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:198:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:199:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:200:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:201:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:202:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:206:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:207:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:214:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:215:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:239:104: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:240:105: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:241:107: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:251:85: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:253:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:254:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:257:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:259:90: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:261:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:262:90: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:264:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:269:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:270:76: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:275:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:276:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:308:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_3.cpp:315:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_2.cpp:12:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_2.cpp:12:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:12:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:51:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_2.cpp:51:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:51:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:58:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_2.cpp:58:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:58:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:100:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_2.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_2.cpp:157:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_5::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_2.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:157:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_5::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:187:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_6::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_2.cpp:187:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_6::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:187:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_6::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:237:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_7::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_2.cpp:237:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_7::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:237:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_7::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:291:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_8::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_2.cpp:291:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:291:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_8::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:328:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_string_9::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_2.cpp:328:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_9::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_2.cpp:328:1: note: Technically the member function 'test_runner_helper_xpath_xalan_string_9::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/writer_string.hpp:14:14: performance: Function 'as_narrow()' should return member 'contents' by const reference. [returnByReference] pugixml-1.14/tests/test_xpath_xalan_5.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:12:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:12:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:12:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:30:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:30:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:30:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:35:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:35:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:35:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:45:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:45:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:45:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:57:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:57:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:77:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:77:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:77:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:87:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:87:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:87:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:92:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_9::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:92:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:92:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:97:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_10::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:97:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:97:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:107:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_11::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:107:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:107:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:112:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_12::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:112:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:112:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:117:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_13::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:117:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:117:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:128:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_14::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:128:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:128:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:138:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_15::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:138:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:138:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:146:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_16::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:146:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_16::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:146:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_16::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:153:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_17::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:153:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_17::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:153:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_17::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:163:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_18::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:163:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_18::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:163:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_18::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:170:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_select_19::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:170:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_19::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:170:1: note: Technically the member function 'test_runner_helper_xpath_xalan_select_19::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:179:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_bugzilla_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_5.cpp:179:1: note: Technically the member function 'test_runner_helper_xpath_xalan_bugzilla_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:179:1: note: Technically the member function 'test_runner_helper_xpath_xalan_bugzilla_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_5.cpp:184:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_boolean::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:184:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_boolean::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:202:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_conditional::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:202:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_conditional::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:202:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_conditional::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:209:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_match::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:209:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_match::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:209:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_match::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:216:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_math::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:216:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_math::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:216:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_math::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:234:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_namespace::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_namespace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_namespace::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:243:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_position::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:243:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_position::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:243:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_position::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:252:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_select::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:252:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_select::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:252:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_select::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:272:1: performance:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_error_string::run' can be static (but you may consider moving to unnamed namespace). [functionStatic] pugixml-1.14/tests/test_xpath_xalan_5.cpp:272:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:272:1: note: Technically the member function 'test_runner_helper_xpath_xalan_error_string::run' can be static (but you may consider moving to unnamed namespace). pugixml-1.14/tests/test_xpath_xalan_5.cpp:17:36: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:19:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:21:136: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:23:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:25:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:27:114: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:32:136: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:39:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:40:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:41:45: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:42:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:49:43: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:50:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:51:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:89:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:94:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:99:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:100:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:101:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:102:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:103:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:104:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:109:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:114:122: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:119:106: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:120:149: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:121:107: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:122:111: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:123:115: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:124:91: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:132:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:133:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:134:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:135:104: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:142:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:143:102: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:157:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:158:86: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:159:122: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:160:107: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:165:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:166:84: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:167:97: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:172:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:173:131: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:174:90: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:175:51: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:176:62: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_5.cpp:181:93: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:7:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:7:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:15:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:15:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:15:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:63:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:63:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:63:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:71:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:71:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:71:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:76:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:76:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:76:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:85:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:85:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:85:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:94:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_position_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:94:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:94:1: note: Technically the member function 'test_runner_helper_xpath_xalan_position_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:100:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_match_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:100:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:115:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_match_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:115:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:115:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:145:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_match_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:145:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:145:1: note: Technically the member function 'test_runner_helper_xpath_xalan_match_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:151:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_expression_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:151:1: note: Technically the member function 'test_runner_helper_xpath_xalan_expression_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:151:1: note: Technically the member function 'test_runner_helper_xpath_xalan_expression_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:160:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_1::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:160:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:160:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_1::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:190:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_2::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:190:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:190:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_2::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:205:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_3::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:205:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:205:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_3::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:221:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_4::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:221:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_4::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:227:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_5::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:227:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:227:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_5::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:234:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_6::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:234:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_6::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:240:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_7::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:240:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:240:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_7::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:246:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_8::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:246:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:246:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_8::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:255:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_9::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:255:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:255:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_9::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:261:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_10::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:261:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:261:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_10::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:270:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_11::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:270:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_11::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:279:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_12::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:279:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:279:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_12::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:284:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_13::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:284:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:284:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_13::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:290:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_14::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:290:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:290:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_14::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:295:1: style:inconclusive: Technically the member function 'test_runner_helper_xpath_xalan_predicate_15::run' can be const. [functionConst] pugixml-1.14/tests/test_xpath_xalan_4.cpp:295:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:295:1: note: Technically the member function 'test_runner_helper_xpath_xalan_predicate_15::run' can be const. pugixml-1.14/tests/test_xpath_xalan_4.cpp:12:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:19:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:20:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:22:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:23:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:24:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:29:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:30:93: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:31:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:32:98: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:33:82: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:34:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:35:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:36:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:37:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:38:56: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:40:49: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:41:85: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:45:66: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:46:55: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:47:40: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:50:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:51:48: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:52:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:53:65: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:54:46: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:55:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:56:88: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:57:93: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:58:93: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:59:98: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:60:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:65:108: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:66:103: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:73:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:78:70: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:79:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:80:105: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:81:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:82:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:97:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:104:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:105:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:106:78: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:107:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:108:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:109:75: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:110:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:111:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:147:87: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:148:44: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:153:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:154:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:155:60: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:156:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:157:108: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:164:57: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:165:73: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:166:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:167:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:168:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:169:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:170:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:171:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:172:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:173:61: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:174:59: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:175:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:176:58: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:177:72: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:178:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:179:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:180:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:181:63: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:182:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:183:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:184:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:185:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:186:64: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:187:68: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:194:71: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:195:93: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:196:89: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:197:107: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:198:111: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:199:137: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:200:120: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:201:135: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:202:130: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:250:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:251:69: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:252:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:257:67: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:258:79: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:274:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:275:74: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:276:81: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:286:82: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:287:83: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:292:54: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] pugixml-1.14/tests/test_xpath_xalan_4.cpp:297:96: warning:inconclusive: Found suspicious operator '%', result is not used. [constStatement] diff: head pugixml-1.14/docs/samples/include.cpp:50:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_default [valueFlowBailoutIncompleteVar] head pugixml-1.14/docs/samples/include.cpp:61:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pugixml-1.14/docs/samples/load_stream.cpp:68:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:10085:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:10158:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:10351:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:10432:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:10443:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable axis [valueFlowBailoutIncompleteVar] 2.13.0 pugixml-1.14/src/pugixml.cpp:1176:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allocator [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:1209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:12108:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:1220:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:12346:19: style:inconclusive: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:12339:32: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'block' due to the order of declarations. head pugixml-1.14/src/pugixml.cpp:12346:19: style:inconclusive: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:12339:32: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:12346:19: note: Member variable 'xpath_query_impl::alloc' uses an uninitialized argument 'oom' due to the order of declarations. head pugixml-1.14/src/pugixml.cpp:12650:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dummy_node_set [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:13065:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodeset_eval_all [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:13087:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodeset_eval_first [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:1724:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:1776:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2207:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2372:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2699:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2742:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_escapes [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2767:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2820:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2856:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2888:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:2911:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_escapes [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3084:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_comments [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3200:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3441:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3547:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3559:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_fragment [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3633:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3642:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:3983:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_attribute_single_quote [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4010:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_no_escapes [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4127:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_attribute_single_quote [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_no_empty_element_tags [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4228:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4258:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_raw [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4288:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format_indent [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4383:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4451:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4461:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4494:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4535:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4541:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4552:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4678:114: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] head pugixml-1.14/src/pugixml.cpp:4758:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable deallocate [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4933:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:4989:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable end [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5419:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5426:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5433:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5440:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5447:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5454:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5461:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5468:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5475:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5482:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5489:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5496:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5503:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5511:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5518:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5635:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5772:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5818:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5828:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5838:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:5848:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6180:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6196:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6214:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6232:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6331:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6581:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_name_allocated_or_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6616:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6735:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6742:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6749:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6756:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6763:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6770:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6777:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6784:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6791:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6798:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6805:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6813:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:6820:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_value_allocated_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7195:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_size [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7509:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_type_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7543:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allocate [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7549:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable allocate [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7554:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable deallocate [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:7988:19: style:inconclusive: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:7993:23: note: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:7988:19: note: Member variable 'xpath_stack_data::result' uses an uninitialized argument 'oom' due to the order of declarations. head pugixml-1.14/src/pugixml.cpp:7989:19: style:inconclusive: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. [initializerList] pugixml-1.14/src/pugixml.cpp:7993:49: note: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. pugixml-1.14/src/pugixml.cpp:7989:19: note: Member variable 'xpath_stack_data::temp' uses an uninitialized argument 'oom' due to the order of declarations. 2.13.0 pugixml-1.14/src/pugixml.cpp:8053:11: style: Local variable 'length' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.cpp:8103:10: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:8053:11: note: Shadow variable 2.13.0 pugixml-1.14/src/pugixml.cpp:8054:18: style: Local variable 'data' shadows outer function [shadowFunction] pugixml-1.14/src/pugixml.cpp:8108:11: note: Shadowed declaration pugixml-1.14/src/pugixml.cpp:8054:18: note: Shadow variable head pugixml-1.14/src/pugixml.cpp:8319:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_memory_page_contents_shared_mask [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:8463:41: style: Parameter 'begin' can be declared as pointer to const [constParameterPointer] head pugixml-1.14/src/pugixml.cpp:8489:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_DIG [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:8585:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:8749:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.cpp:9337:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chartype_table [valueFlowBailoutIncompleteVar] head pugixml-1.14/src/pugixml.hpp:318:6: performance: Function 'begin()' should return member '_begin' by const reference. [returnByReference] head pugixml-1.14/src/pugixml.hpp:319:6: performance: Function 'end()' should return member '_end' by const reference. [returnByReference] 2.13.0 pugixml-1.14/tests/helpers.hpp:30:2: style: Same expression on both sides of '&&' because 'obj' and 'b2' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/helpers.hpp:21:23: note: 'b2' is assigned value 'obj' here. pugixml-1.14/tests/helpers.hpp:30:2: note: Same expression on both sides of '&&' because 'obj' and 'b2' represent the same value. 2.13.0 pugixml-1.14/tests/helpers.hpp:31:2: style: Same expression on both sides of '||' because 'obj' and 'b2' represent the same value. [knownConditionTrueFalse] pugixml-1.14/tests/helpers.hpp:21:23: note: 'b2' is assigned value 'obj' here. pugixml-1.14/tests/helpers.hpp:31:2: note: Same expression on both sides of '||' because 'obj' and 'b2' represent the same value. 2.13.0 pugixml-1.14/tests/helpers.hpp:32:2: style: Same expression on both sides of '&&'. [duplicateExpression] 2.13.0 pugixml-1.14/tests/helpers.hpp:33:2: style: Same expression on both sides of '||'. [duplicateExpression] 2.13.0 pugixml-1.14/tests/helpers.hpp:42:2: style: Same expression on both sides of '=='. [duplicateExpression] 2.13.0 pugixml-1.14/tests/helpers.hpp:50:2: style: Same expression on both sides of '!='. [duplicateExpression] head pugixml-1.14/tests/test_document.cpp:1101:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1139:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1210:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1241:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1241:3: error: Uninitialized variable: buffer [uninitvar] head pugixml-1.14/tests/test_document.cpp:125:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1277:3: error: Uninitialized variable: buffer [uninitvar] head pugixml-1.14/tests/test_document.cpp:1294:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1348:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1382:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1500:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1583:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xml_document [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1600:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:164:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eofbit [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1836:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:1856:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:256:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:268:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:300:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:336:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:352:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cur [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:367:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:376:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:399:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:408:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:454:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_io_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:488:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:510:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_file_not_found [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:518:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:528:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:543:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:557:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_file_not_found [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:586:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:644:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:681:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:692:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:704:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:718:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_latin1 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:854:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_document.cpp:871:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_ok [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1000:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1018:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1038:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1082:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1139:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1150:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1168:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1180:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1213:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1265:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1275:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_end_element_mismatch [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1287:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1298:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1310:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1339:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1347:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1364:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1587:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1669:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:1762:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:598:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_document [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:631:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:666:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:971:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_modify.cpp:987:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_text.cpp:238:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_text.cpp:262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_text.cpp:286:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_traverse.cpp:1295:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_traverse.cpp:746:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_dom_traverse.cpp:956:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_memory.cpp:204:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_memory.cpp:238:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_memory.cpp:258:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_memory.cpp:285:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:100:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1017:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_ok [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1059:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_internal_error [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1076:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1101:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1116:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1131:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_le [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1154:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1164:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1182:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1199:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_embed_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:119:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1231:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1240:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1251:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1269:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_comments [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_ws_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:133:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1340:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1378:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1397:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:1435:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:143:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:157:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:189:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:213:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_cdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:227:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_cdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:270:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:431:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:437:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_end_element_mismatch [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:49:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:64:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:703:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_attribute [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:737:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_attribute [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:808:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_unrecognized_tag [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:878:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_declaration [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:895:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:909:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_no_document_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:918:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:938:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:965:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:976:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_latin1 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse.cpp:996:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_out_of_memory [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse_doctype.cpp:308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse_doctype.cpp:315:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_parse_doctype.cpp:322:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status_bad_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:106:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:129:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:143:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:155:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:186:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_doctype [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:205:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:242:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:259:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:267:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:275:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:297:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:380:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:405:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf16_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:414:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:457:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:498:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:507:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pi [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:573:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_pcdata [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:609:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_auto [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:648:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf8 [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:672:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_comment [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_write.cpp:715:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoding_utf32_be [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath.cpp:426:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath.cpp:456:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath.cpp:561:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath.cpp:808:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node_element [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:259:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:289:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:388:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:419:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:439:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:459:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:477:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:501:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted_reverse [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:524:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:549:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:572:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_sorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_api.cpp:92:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type_unsorted [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:102:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:128:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:153:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:193:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:21:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_boolean [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:287:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_t [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:307:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:320:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_node_set [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:382:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:47:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_number [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/test_xpath_variables.cpp:73:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xpath_type_string [valueFlowBailoutIncompleteVar] head pugixml-1.14/tests/writer_string.hpp:14:14: performance: Function 'as_narrow()' should return member 'contents' by const reference. [returnByReference] DONE