hdf5/tools/test/h5diff
Sean McBride a7a013782f
Various clang tidy warning fixes (#448)
* Fixed clang-tidy bugprone-reserved-identifier warnings

* Fixed clang-tidy bugprone-assert-side-effect warnings

* Fixed clang-tidy bugprone-copy-constructor-init warning

* Fixed clang-tidy readability-redundant-preprocessor warning

For error_test.c the removed code was already dead, because it was in the else of an `#if H5_USE_16_API` block.

Based on H5Location.h, I think p_get_ref_obj_type was meant to be in `#ifndef DOXYGEN_SHOULD_SKIP_THIS` and an `#endif` was missing.  Similarly, in the header, getObjTypeByIdx is only in H5_NO_DEPRECATED_SYMBOLS, not DOXYGEN_SHOULD_SKIP_THIS.

* Fixed clang-tidy readability-redundant-string-init warnings

* Fixed some clang-tidy performance-type-promotion-in-math-fn warnings

* Fixed clang-tidy performance-unnecessary-value-param warnings

* Reformat source with clang v10.0.1.

Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2021-03-10 12:41:34 -06:00
..
testfiles Primary change is HDFFV-11212 - new refs and JNI (#372) 2021-02-25 15:12:57 -06:00
CMakeLists.txt OESS-98 merge with clang-format changes 2020-09-25 16:43:57 -05:00
CMakeTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
dynlib_diff.c Removed bad function pointer casts (#434) 2021-03-08 08:26:58 -06:00
h5diff_plugin.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5diffgentest.c Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testh5diff.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testph5diff.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00