hdf5/c++/test
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
..
CMakeLists.txt CMake: Add an option to opt-out static libgcc 2020-10-31 10:31:38 +01:00
CMakeTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
CMakeVFDTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
dsets.cpp Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
h5cpputil.cpp Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
h5cpputil.h Various clang tidy warning fixes (#448) 2021-03-10 12:41:34 -06:00
H5srcdir_str.h.in 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
tarray.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tattr.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tcompound.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tdspl.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
testhdf5.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tfile.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tfilter.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
th5s.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00
titerate.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tlinks.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tobject.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
trefer.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
ttypes.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00
tvlstr.cpp Removed checks/workarounds for pre-C++89 compatibility (#449) 2021-03-10 11:51:45 -06:00