Bug 1452098 - Remove the checker clang-analyzer-security.insecureAPI.gets r?andi draft
authorSylvestre Ledru <sledru@mozilla.com>
Fri, 06 Apr 2018 16:09:20 +0200
changeset 778582 a8350c7f3d193e9b316a76ffeb69f2efd3acfd76
parent 778495 5bc815b7de6dc7494e3010f823fb79aa351e8fe3
push id105522
push userbmo:sledru@mozilla.com
push dateFri, 06 Apr 2018 14:10:46 +0000
reviewersandi
bugs1452098
milestone61.0a1
Bug 1452098 - Remove the checker clang-analyzer-security.insecureAPI.gets r?andi No longer in the C++11 standard MozReview-Commit-ID: IdditTVKWtM
tools/clang-tidy/config.yaml
--- a/tools/clang-tidy/config.yaml
+++ b/tools/clang-tidy/config.yaml
@@ -13,18 +13,16 @@ clang_checkers:
  - name: clang-analyzer-deadcode.DeadStores
    publish: !!bool yes
  - name: clang-analyzer-security.FloatLoopCounter
    publish: !!bool yes
  - name: clang-analyzer-security.insecureAPI.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