History log of /openbmc/libpldm/scripts/apply-renames (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.11.0, v0.10.0, v0.9.1
# 28b649bc 07-Sep-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

scripts: apply-renames: Update default clang version to 18

clang 18.1.8 is currently installed in the OpenBMC CI container.
Changing the default saves having to explicitly invoke `scripts/
apply-ren

scripts: apply-renames: Update default clang version to 18

clang 18.1.8 is currently installed in the OpenBMC CI container.
Changing the default saves having to explicitly invoke `scripts/
apply-renames` with `CLANG_VERSION=18`.

Change-Id: I2f0ff5baf485a34089dc663cb5870efa36f3c3c6
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


Revision tags: v0.9.0
# 6bfc65c1 21-Jun-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

scripts: Add apply-renames based on clang-rename

It turns out coccinelle is not so great at parsing C++. At the moment
the transformations we're interested in are renames, so let's at least
leverage

scripts: Add apply-renames based on clang-rename

It turns out coccinelle is not so great at parsing C++. At the moment
the transformations we're interested in are renames, so let's at least
leverage something that can parse C++ for them.

scripts/apply-renames tries to automate the invocation of clang-rename
in a way that avoids most of the foot-guns.

Change-Id: I2f69a8301010f0f00f5fa0337b7921498ae125f9
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...