RESOLVED FIXED 193055
.ycm_extra_conf.py should handle XXXInlines.h
https://bugs.webkit.org/show_bug.cgi?id=193055
Summary .ycm_extra_conf.py should handle XXXInlines.h
Yusuke Suzuki
Reported 2018-12-29 02:27:20 PST
.ycm_extra_conf.py should handle XXXInlines.h
Attachments
Patch (3.03 KB, patch)
2018-12-29 02:30 PST, Yusuke Suzuki
cgarcia: review+
Yusuke Suzuki
Comment 1 2018-12-29 02:30:00 PST
Carlos Garcia Campos
Comment 2 2018-12-31 05:50:05 PST
Comment on attachment 358135 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358135&action=review > Tools/gtk/ycm_extra_conf.py:90 > + else: Does this work? this else: is not correctly indented. It can be removed, though, since previous line is a return.
Yusuke Suzuki
Comment 3 2018-12-31 07:30:40 PST
(In reply to Carlos Garcia Campos from comment #2) > Comment on attachment 358135 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=358135&action=review > > > Tools/gtk/ycm_extra_conf.py:90 > > + else: > > Does this work? this else: is not correctly indented. It can be removed, > though, since previous line is a return. This is `else` for `for`, but yeah, we can just `return None` here. Fixed.
Yusuke Suzuki
Comment 4 2018-12-31 07:31:21 PST
Radar WebKit Bug Importer
Comment 5 2018-12-31 07:32:59 PST
Note You need to log in before you can comment on or make changes to this bug.