#
85e87e38 |
| 18-Dec-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have b
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have been deprecated, so adjust the style file accordingly.
See Ie2f6eb3b043f2d655c9df806815afd7971fd0947 for updated style. See I88192b41ab7a95599a90915013579608af7bc56f for clang-19 enablement.
Change-Id: I3eef9bbba94886ce2995f0b94764ff8e5a4fd87a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
a0a39f82 |
| 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: I474dc261d5698b702bab7b9305c1d6958f43d40f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
d394c887 |
| 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: Iff253307fce5ebb3dff66b87e2742919cc5b30b8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
48aa1f05 |
| 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: I844971bd190187ba9ef2e8cf16809e2d16317ec4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
418ce11f |
| 08-Sep-2021 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Update to the latest .clang-format settings This also unbreaks the string literals from the previous clang-format setting. Change-Id: I0cdf06ec8677d6b377458fc12383b7197f4e0dff
Update to the latest .clang-format settings This also unbreaks the string literals from the previous clang-format setting. Change-Id: I0cdf06ec8677d6b377458fc12383b7197f4e0dff Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
show more ...
|
#
2b6f4421 |
| 29-May-2020 |
Vijay Khemka <vijaykhemka@fb.com> |
Update to clang format Updated clang format file and modified code to follow it. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I65e624373c58aaa18a93400b21d109ef07d
Update to clang format Updated clang format file and modified code to follow it. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I65e624373c58aaa18a93400b21d109ef07d38ba8
show more ...
|
#
8fbed2ec |
| 01-Nov-2018 |
Patrick Venture <venture@google.com> |
add clang-format to repo Add clang-format to repo. Change-Id: Ic856886375af1b92648932e7b7239272307d38f3 Signed-off-by: Patrick Venture <venture@google.com>
|