diff options
author | fanquake <fanquake@gmail.com> | 2022-06-09 16:26:55 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-08 11:06:01 +0100 |
commit | 07f2c25d04c39a0074e1d9ee1b24b3e359c8153f (patch) | |
tree | 167946c643c37689ecaf75756038cc88c8c43fcf /ci | |
parent | a7f3479ba3fda4c9fb29bd7080165744c02ee921 (diff) |
refactor: add most of src/util to iwyu
These files change infrequently, and not much header shuffling is required.
We don't add everything in src/util/ yet, because IWYU makes some
dubious suggestions, which I'm going to follow up with upstream.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 32f0ea5e42..e1032ba6bd 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -47,6 +47,18 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/rpc/fees.cpp"\ " src/rpc/signmessage.cpp"\ " src/test/fuzz/txorphan.cpp"\ + " src/util/bip32.cpp"\ + " src/util/bytevectorhash.cpp"\ + " src/util/error.cpp"\ + " src/util/getuniquepath.cpp"\ + " src/util/hasher.cpp"\ + " src/util/message.cpp"\ + " src/util/moneystr.cpp"\ + " src/util/serfloat.cpp"\ + " src/util/spanparsing.cpp"\ + " src/util/strencodings.cpp"\ + " src/util/syserror.cpp"\ + " src/util/url.cpp"\ " -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" fi |