diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-28 14:09:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 14:09:34 (GMT) |
commit | b1ab59d239c74cdbea7d518b1398458c4150655f (patch) | |
tree | 00d2e63f2bae043fc3316ad1b331900b294e778d /.clang-format | |
parent | bab8acbe8238a5c4b10a5ecc08eef1d260f11b2b (diff) | |
download | hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.zip hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.tar.gz hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.tar.bz2 |
Bring clang-format changes from develop (#3305)
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/.clang-format b/.clang-format index b51da2a..dfbfc2e 100644 --- a/.clang-format +++ b/.clang-format @@ -65,28 +65,32 @@ ObjCBlockIndentWidth: 4 ReflowComments: true SortIncludes: false StatementMacros: + - CATCH + - END_MEMBERS - FUNC_ENTER_API - - FUNC_LEAVE_API + - FUNC_ENTER_NOAPI + - FUNC_ENTER_NOAPI_NOERR + - FUNC_ENTER_NOAPI_NOINIT - FUNC_ENTER_NOAPI_NOINIT_NOERR + - FUNC_ENTER_PACKAGE + - FUNC_LEAVE_API - FUNC_LEAVE_NOAPI + - FUNC_LEAVE_NOAPI_NOFS + - H5E_END_TRY + - H5E_PRINTF + - H5E_THROW - H5_BEGIN_TAG - - HGOTO_DONE_TAG - H5_END_TAG - - HSYS_DONE_ERROR - - HSYS_GOTO_ERROR - - HDONE_ERROR - - HERROR + - H5_GCC_DIAG_OFF + - H5_GCC_DIAG_ON - H5_LEAVE - - H5E_PRINTF - - H5E_THROW - HGOTO_DONE - HGOTO_ERROR - - HMPI_ERROR - HMPI_DONE_ERROR + - HMPI_ERROR - HMPI_GOTO_ERROR - - H5_GCC_DIAG_OFF - - H5_GCC_DIAG_ON - - CATCH + - HSYS_DONE_ERROR + - HSYS_GOTO_ERROR #llvm10: TypenameMacros: #llvm10: - STACK_OF #llvm10: - LIST |