#
150d5f6a |
| 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: I85f99c9dfb356b15f40667aa920fbaff1af015a3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
ae10c529 |
| 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: I2c290b16ee59b4768ba96642db5c9317b8311ba3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
1226f208 |
| 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: Ia9a79a850d4ae8d576f052bb552a83429b792ddb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
26959667 |
| 28-Jul-2022 |
George Liu <liuxiwei@inspur.com> |
Update to latest clang-format
Refer:https://github.com/openbmc/docs/blob/ac5d544553934f8083c61c5986a1420261bc8a4c/style/cpp/.clang-format
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id:
Update to latest clang-format
Refer:https://github.com/openbmc/docs/blob/ac5d544553934f8083c61c5986a1420261bc8a4c/style/cpp/.clang-format
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I80f24d12c18074b3294b158c2a2a515d548aa0e1
show more ...
|
#
2344882d |
| 26-Aug-2021 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: sync latest from docs
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86cd8f3c19c734b68a65e291c7a07f3650c95d67
|
#
259c7f8f |
| 08-Jul-2020 |
Vijay Khemka <vijaykhemka@fb.com> |
Adding initial basic files
Added MAINTAINERS, LICENSE and cland-format files.
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I21cbefe2acabf3b8f691626b22c5fce78963ed39
|