summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-forward-declaration-namespace.json
blob: aee1ec88e529f4bb21373c2a1bc105df931e195e (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "no definition found for 'A', but a definition with the same name 'A' found in another namespace 'nb'",
    "bugprone-forward-declaration-namespace"
  ],
  { "reliability": "high" }
]