summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-misplaced-widening-cast.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-tidy/test/bugprone-misplaced-widening-cast.json')
-rw-r--r--tools/clang-tidy/test/bugprone-misplaced-widening-cast.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-tidy/test/bugprone-misplaced-widening-cast.json b/tools/clang-tidy/test/bugprone-misplaced-widening-cast.json
new file mode 100644
index 0000000000..edf976dcff
--- /dev/null
+++ b/tools/clang-tidy/test/bugprone-misplaced-widening-cast.json
@@ -0,0 +1 @@
+[["warning", "either cast from 'int' to 'long' is ineffective, or there is loss of precision before the conversion", "bugprone-misplaced-widening-cast"], {"reliability": "high"}] \ No newline at end of file