mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
a7a013782f
* 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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CMakeTests.cmake | ||
CMakeVFDTests.cmake | ||
dsets.cpp | ||
h5cpputil.cpp | ||
h5cpputil.h | ||
H5srcdir_str.h.in | ||
Makefile.am | ||
tarray.cpp | ||
tattr.cpp | ||
tcompound.cpp | ||
tdspl.cpp | ||
testhdf5.cpp | ||
tfile.cpp | ||
tfilter.cpp | ||
th5s.cpp | ||
th5s.h5 | ||
titerate.cpp | ||
tlinks.cpp | ||
tobject.cpp | ||
trefer.cpp | ||
ttypes.cpp | ||
tvlstr.cpp |