Bug 1411960 - Enable modernize-avoid-bind to recommend using lambda instead of std::bind r=andi

MozReview-Commit-ID: C9bOP9SxFan

--HG--
extra : rebase_source : 352bf343efeb26593b451bee4863e08838a93a5b
This commit is contained in:
Sylvestre Ledru 2017-10-26 15:09:54 +02:00
Родитель cef9ed856a
Коммит b470a9a929
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,8 @@ clang_checkers:
publish: !!bool yes
- name: misc-suspicious-semicolon
publish: !!bool yes
- name: modernize-avoid-bind
publish: !!bool yes
- name: modernize-loop-convert
publish: !!bool yes
- name: modernize-raw-string-literal