X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=9af7a419c8f1968534ab28ccdb2111f716a7bb00;hb=c169867cabd97bbdb445b04010f7ededc9e3f2c3;hp=32f5363432f613ab34f000aef8acebd8afb15a25;hpb=ff7ea753d4069f125953d690df066c5b8c83e4c2;p=babeltrace.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 32f53634..9af7a419 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -585,10 +585,6 @@ of `+BT_LOG*()+`: Library error logging statement, and unconditional error cause appending. -`+BT_LIB_LOGF_APPEND_CAUSE("format string", ...)+`:: - Library fatal logging statement, and unconditional error cause - appending. - The macros above accept the typical `printf()` conversion specifiers with the following limitations: @@ -1680,7 +1676,7 @@ https://clang.llvm.org/docs/ClangFormatStyleOptions.html[style] of the You _must_ format modified and new {cpp} files with clang-format before you create a contribution patch. -You need clang-format{nbsp}13 to use the project's `.clang-format` file. +You need clang-format{nbsp}14 to use the project's `.clang-format` file. To automatically format all the project's {cpp} files, run: