summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-avoid-endl.json
blob: b5e7695f6483963ea5e86411a98e48a4378fb687 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "do not use 'std::endl' with streams; use '\\n' instead",
    "performance-avoid-endl"
  ],
  { "reliability": "high" }
]