summaryrefslogtreecommitdiff
path: root/docs/tidy.md
AgeCommit message (Collapse)Author
2024-09-13BPF: rename bpf_defaults to bpf_cc_defaults Neill Kapron
With the addition of defaults to the bpf soong module (see aosp/3249485 ), the name `bpf_defaults` will be used to define defaults for bpf program compilation. While there are separate soong namespaces for module types and module names, rename the existing bpf_defaults cc_defaults to bpf_cc_defaults for clarity. While we're at it, add -Wextra, and cleanup unnecessary cflags in clauses which use bpf_cc_defaults. Test: TH Change-Id: Ib5f453ce33b13c698e8b91088bc59f8c6719c892 Signed-off-by: Neill Kapron <nkapron@google.com>
2024-01-09"master" was renamed "main". Elliott Hughes
Test: N/A Change-Id: I86d5578eaac260e55a9583db7ab49812b4ba1f5d
2022-05-05Add ALLOW_LOCAL_TIDY_TRUE Chih-Hung Hsieh
Bug: 229779921 Test: presubmit Change-Id: I9ee65fbb96fc68a949e33b63b83d0609696d76a1
2022-02-17Add tidy_timeout_srcs property Chih-Hung Hsieh
Similar to `tidy_disabled_srcs`, a `tidy_timeout_srcs` list can be used to include all source files that took long to compile with clang-tidy. Files listed in `tidy_timeout_srcs` will not be compiled by clang-tidy when `TIDY_TIMEOUT` is defined. Bug: 201099167 Test: TIDY_TIME=90 make droid tidy-soong_subset Change-Id: Ie0bfda66caae4445d10117ceefa1b5b8c1ecf256
2022-01-27Add tidy.md document Chih-Hung Hsieh
Test: make Change-Id: Ic2198532be4135401faffdda34d0e108c57b241c