summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-simplify-boolean-expr.json
blob: 45eb9e1a668cdd988327a21446929cac6556f9db (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "redundant boolean literal supplied to boolean operator",
    "readability-simplify-boolean-expr"
  ],
  { "reliability": "high" }
]