fish-shell/src
Kurtis Rader ffad7b0b29 restyle expand module to match project style
Reduces lint errors from 183 to 126 (-31%). Line count from 2231 to 1787 (-20%).

Another step in resolving issue #2902.
2016-04-28 20:33:27 -07:00
..
autoload.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
autoload.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
builtin.cpp provide a realpath implementation 2016-04-28 16:03:27 -07:00
builtin.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
builtin_commandline.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_commandline.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_complete.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_complete.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_jobs.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_jobs.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_printf.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_printf.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set_color.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set_color.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_string.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_string.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_test.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
color.cpp restyle color module to match project style 2016-04-27 16:06:03 -07:00
color.h restyle color module to match project style 2016-04-27 16:06:03 -07:00
common.cpp restyle common module to match project style 2016-04-27 17:08:25 -07:00
common.h restyle common module to match project style 2016-04-27 17:08:25 -07:00
complete.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
complete.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
env.cpp restyle env module to match project style 2016-04-28 18:48:01 -07:00
env.h restyle env module to match project style 2016-04-28 18:48:01 -07:00
env_universal_common.cpp restyle env_universal module to match project style 2016-04-28 19:17:28 -07:00
env_universal_common.h restyle env_universal module to match project style 2016-04-28 19:17:28 -07:00
event.cpp retyle event module to match project style 2016-04-28 19:39:41 -07:00
event.h retyle event module to match project style 2016-04-28 19:39:41 -07:00
exec.cpp restyle exec module to match project style 2016-04-28 20:07:00 -07:00
exec.h restyle exec module to match project style 2016-04-28 20:07:00 -07:00
expand.cpp restyle expand module to match project style 2016-04-28 20:33:27 -07:00
expand.h restyle expand module to match project style 2016-04-28 20:33:27 -07:00
fallback.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
fallback.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
fish.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
fish_indent.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
fish_tests.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
fish_version.cpp Generate version numbers for Xcode builds 2015-09-29 14:55:51 -07:00
fish_version.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
function.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
function.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
highlight.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
highlight.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
history.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
history.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
input.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
input.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
input_common.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
input_common.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
intern.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
intern.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
io.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
io.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
iothread.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
iothread.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
key_reader.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
kill.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
kill.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
lru.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
output.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
output.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
pager.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
pager.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_constants.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_execution.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_execution.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_productions.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_productions.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_tree.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_tree.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_util.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parse_util.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parser.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parser.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parser_keywords.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
parser_keywords.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
path.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
path.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
postfork.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
postfork.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
print_help.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
print_help.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
proc.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
proc.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
reader.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
reader.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
sanity.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
sanity.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
screen.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
screen.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
signal.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
signal.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
tokenizer.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
tokenizer.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
utf8.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
utf8.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
util.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
util.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wcstringutil.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wcstringutil.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wgetopt.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wgetopt.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wildcard.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wildcard.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wutil.cpp add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00
wutil.h add better support for IWYU and fix things 2016-04-26 15:02:22 -07:00