Bug 1430749 - Update the list of checkers in config.yaml to add some clang-analyzer-security checks. r=janx

MozReview-Commit-ID: BkccyEOktHS

--HG--
extra : rebase_source : 58193ed0350f2bb51474b02f824696fcc900ce6e
This commit is contained in:
Andi-Bogdan Postelnicu 2018-01-16 14:43:05 +02:00
Родитель 6bd33a0edd
Коммит 48cbb200aa
1 изменённых файлов: 17 добавлений и 1 удалений

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

@ -10,8 +10,24 @@ clang_checkers:
publish: !!bool yes
- name: clang-analyzer-deadcode.DeadStores
publish: !!bool yes
- name: clang-analyzer-security.*
- name: clang-analyzer-security.FloatLoopCounter
publish: !!bool yes
- name: clang-analyzer-security.UncheckedReturn
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.getpw
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.gets
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.mkstemp
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.mktemp
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.rand
publish: !!bool yes
- name: clang-analyzer-security.insecureAPI.strcpy
publish: !!bool no
- name: clang-analyzer-security.insecureAPI.vfork
publish: !!bool yes
- name: misc-argument-comment
publish: !!bool yes
- name: misc-assert-side-effect