#
543ac9f1 |
| 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: I47f3c815913ae34be19ce0d823fa233ed698d1a0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
605600eb |
| 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: Ie509bd0c9f5a19db463c4bb51ede752e778439b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5634c608 |
| 17-Jul-2023 |
George Liu <liuxiwei@inspur.com> |
Update the clang-format file with latest
The latest clang format adds the IndentExternBlock property[1]
[1] https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format
Signed-off-by: Georg
Update the clang-format file with latest
The latest clang format adds the IndentExternBlock property[1]
[1] https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I3122d07411c401d3fa80a3c37c8d8ab44233b652
show more ...
|
#
857da383 |
| 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: I918b0a2e9d18c9810ee2940dbe78072754c75a94 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
65bf3d94 |
| 07-Jun-2022 |
George Liu <liuxiwei@inspur.com> |
Update clang-format
remove empty lines
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ie3e6f356828987a4be5013def90d96b644502821
|
#
23d5408b |
| 06-Dec-2021 |
George Liu <liuxiwei@inspur.com> |
Update the clang-format file with latest refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I4
Update the clang-format file with latest refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I443591830cea31f345fa20748560b60acc6912f4
show more ...
|
#
d870d68a |
| 09-Sep-2021 |
George Liu <liuxiwei@inspur.com> |
Update clang-format Since clang-format has been updated, the ledManager repo needs to be updated synchronously. refer: https://github.com/openbmc/docs/blob/master/style/cpp/.cla
Update clang-format Since clang-format has been updated, the ledManager repo needs to be updated synchronously. 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: I340d84e9520fa732ec6cfc564eaeea13b7ab356e
show more ...
|
#
a6c18f8d |
| 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, udpate 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, udpate 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: Iaac09e3c11ead581114c4b7e45ff863ec56a63f6
show more ...
|
#
91ac8d3a |
| 01-Nov-2018 |
Patrick Venture <venture@google.com> |
Add clang-format to repo Add clang-format to repo. Change-Id: Ib3f81524b66414df3e6c93d8a6df6e22c43841e0 Signed-off-by: Patrick Venture <venture@google.com>
|