summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-qualified-auto.json
blob: eaf0a176cf536c3d792d5b5bbad7f73053277a3f (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "'auto TdNakedPtr' can be declared as 'auto *TdNakedPtr'",
    "readability-qualified-auto"
  ],
  { "reliability": "high" }
]