mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 20:47:44 +08:00
1d81ec3730
Fixed a line or two tripped IWYU asserts about visibility when doing e.g. a private -> public mapping but the visibility it came up with was identical. Like the <iosfwd> to <string> mapping, it was defined as private -> public but they're both "public". Added a whole bunch of lines necessary to get sane/correct reccomendations from current IWYU on clang 10 on macOS Ventura. Incrementally I manually added these as needed while going through each line change IWYU wanted in each file. |
||
---|---|---|
.. | ||
osx_package_resources | ||
osx_package_scripts | ||
cppcheck.rules | ||
cppcheck.sh | ||
cppcheck.suppressions | ||
diff_profiles.fish | ||
extract_help_sections.fish | ||
find_globals.fish | ||
find_weak_odrs.py | ||
fish_xgettext.fish | ||
git_version_gen.sh | ||
iwyu.linux.imp | ||
iwyu.osx.imp | ||
lint.fish | ||
list_committers_since.fish | ||
littlecheck.py | ||
mac_notarize.sh | ||
make_pkg.sh | ||
make_tarball.sh | ||
osx_distribution.xml | ||
pexpect_helper.py | ||
style.fish |