diff options
Diffstat (limited to 'tools/clang-tidy/test/performance-faster-string-find.json')
-rw-r--r-- | tools/clang-tidy/test/performance-faster-string-find.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-tidy/test/performance-faster-string-find.json b/tools/clang-tidy/test/performance-faster-string-find.json new file mode 100644 index 0000000000..bcbbba0d54 --- /dev/null +++ b/tools/clang-tidy/test/performance-faster-string-find.json @@ -0,0 +1 @@ +[["warning", "'find' called with a string literal consisting of a single character; consider using the more effective overload accepting a character", "performance-faster-string-find"], {"reliability": "high"}]
\ No newline at end of file |