#
db82c0f8 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Ib954bf0f0b02b48eba93a0ddd42730542ceb5264 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
59c2e0e8 |
| 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ic64bba3793a8e481e6806d58f2a6f244f7b3ed5f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
1c4503e7 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ifb60efb9b1e7ed6fab2ed71dcffb57f39c552de4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
0c3bcbf3 |
| 02-Feb-2023 |
Andrew Jeffery <andrew@aj.id.au> |
clang-format: Specify lambda formatting style
Change-Id: I32ae4e6c28e19be96cb1195ada704dfacc9845b1 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
#
520c5e51 |
| 09-Sep-2021 |
George Liu <liuxiwei@inspur.com> |
Update clang-format refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format `Don't break long string literals` Signed-off-by: George Liu <liuxiwei@inspur.com>
Update clang-format refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format `Don't break long string literals` Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id0c7176f7c039312497b792107f9464d20cf2134
show more ...
|
#
61b90636 |
| 21-Jun-2020 |
George Liu <liuxiwei@inspur.com> |
clang-format: update to latest from docs repo Since `Cpp11` is an alias for `Latest` and we should tend towards using the latest C++ standard, update the C++ standard to Latest.
clang-format: update to latest from docs repo Since `Cpp11` is an alias for `Latest` and we should tend towards using the latest C++ standard, update the C++ standard to Latest. https://github.com/llvm/llvm-project/commit/e5032567903de19962333c4bf7d2edceaf4f9824#diff-b49a097415dff2837d9626d422c58ba8R82 https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id5684236b64867ba631a3a00dadababe2c36db16
show more ...
|
#
c41bf5b7 |
| 25-May-2018 |
Andrew Jeffery <andrew@aj.id.au> |
Add OpenBMC C++ clang-format file and format code Change-Id: Ib3a388bf5392159440682265b577fba023c3c3aa Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|