mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
299a383d98
Requires http://include-what-you-use.org/ and Clang to operate. Doesn't quite work for the builtin_* collection; that has to be done by hand.
4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
# Reminder of how to run Include What You Use
|
|
|
|
make iwyu
|