History log of /openbmc/phosphor-power/.clang-format (Results 1 – 7 of 7)
Revision Date Author Comments
# 319b0ddd 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: I49d4d5d177ce54d7e1bff7d734666a3a935b38a0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 48781aef 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: If66f68c96df4baf8dc07abf8729a3cb7657e932d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 0c9a33d6 13-Sep-2021 Adriana Kobylak <anoo@us.ibm.com>

clang updates

The openbmc CI was recently updated to clang-12 which requires some
formatting updates to the code:
https://github.com/openbmc/openbmc-build-scripts/commit/4569bf49daae

clang updates

The openbmc CI was recently updated to clang-12 which requires some
formatting updates to the code:
https://github.com/openbmc/openbmc-build-scripts/commit/4569bf49daaebff06be0482426908bb5497fad08

Make those updates and refresh the clang-format file with the one from
docs:
https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format

Change-Id: Ieb3626526373a053ec84431e7560003f229f338d
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 1b5de462 05-Jun-2020 Brandon Wyman <bjwyman@gmail.com>

clang-format: set standard to 'Latest'

'Cpp11' is an alias for 'Latest', for historical reasons.

https://github.com/llvm/llvm-project/commit/e5032567903de19962333c4bf7d2edceaf4f9824

clang-format: set standard to 'Latest'

'Cpp11' is an alias for 'Latest', for historical reasons.

https://github.com/llvm/llvm-project/commit/e5032567903de19962333c4bf7d2edceaf4f9824#diff-b49a097415dff2837d9626d422c58ba8R82

This repository should tend towards using the latest C++ standard.
Set the C++ standard to Latest. This is the desired behavior, what it is
really doing, and a clearer indication of the desired standard without
using the potentially confusing 'Cpp11' alias.

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Change-Id: I6b9907320f206f4c6673d06b6206b6b0f9e446c9

show more ...


# 06a905d9 26-May-2020 Shawn McCarney <shawnmm@us.ibm.com>

Add AfterCaseLabel to .clang-format

Update the .clang-format file to include AfterCaseLabel. This change is
driven by the move to clang-10.

Signed-off-by: Shawn McCarney <shawn

Add AfterCaseLabel to .clang-format

Update the .clang-format file to include AfterCaseLabel. This change is
driven by the move to clang-10.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I9437db42ff54c5c987d10d18e4f56d155232f82c

show more ...


# d1bc4cec 13-Dec-2019 Brandon Wyman <bjwyman@gmail.com>

Update .clang-format to latest version from docs

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Change-Id: Ie6e7f43e7554429704dca86b21320c90aed18791


# f0f02b9a 25-Oct-2018 Matt Spinler <spinler@us.ibm.com>

Start using .clang-format

Used the one from docs/style/cpp.

Change-Id: I3bdc2b353bf18a437266b362d8205b8463a9ce2b
Signed-off-by: Matt Spinler <spinler@us.ibm.com>