Skip to content

Commit

Permalink
cpp/iwyu: call iwyu-tool instead of iwyu_tool.py
Browse files Browse the repository at this point in the history
The AUR package renames this due to some unspecified package conflict.
  • Loading branch information
yut23 committed Dec 10, 2023
1 parent 3ff2ad0 commit 1032242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpp/iwyu
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ AOC_ROOT="$(git rev-parse --show-toplevel)"
# shellcheck source=../lib.sh
source "$AOC_ROOT/tools/lib.sh"

iwyu_tool.py -p . "$@" -- --no-warnings -Xiwyu --quoted_includes_first -Xiwyu --max_line_length=300 -Xiwyu --mapping_file="$TOOLS_DIR/cpp/iwyu_mappings.imp" -resource-dir "$(clang -print-resource-dir)"
iwyu-tool -p . "$@" -- --no-warnings -Xiwyu --quoted_includes_first -Xiwyu --max_line_length=300 -Xiwyu --mapping_file="$TOOLS_DIR/cpp/iwyu_mappings.imp" -resource-dir "$(clang -print-resource-dir)"

0 comments on commit 1032242

Please sign in to comment.