hdf5/tools
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
..
lib Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429) 2021-03-09 10:59:44 -06:00
libtest Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
src Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429) 2021-03-09 10:59:44 -06:00
test Various clang tidy warning fixes (#448) 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 TRILAB-142 Change minimum CMake version to 3.12 2020-02-21 16:16:06 -06:00
COPYING Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00