hdf5/tools/test/perform
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
..
build_h5perf_alone.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
build_h5perf_serial_alone.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
chunk_cache.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
chunk.c Update license url part2 (#333) 2021-02-17 08:52:36 -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
COPYING Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
direct_write_perf.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
gen_report.pl Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
iopipe.c 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
overhead.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
perf_meta.c Fixed clang-tidy readability-misleading-indentation warnings (#427) 2021-03-05 08:50:42 -06:00
perf.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
pio_engine.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
pio_perf.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
pio_perf.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
pio_standalone.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
pio_standalone.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
sio_engine.c Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
sio_perf.c Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
sio_perf.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
sio_standalone.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
sio_standalone.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
zip_perf.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00