Warning, /sdk/clazy/tests/qstring-allocations/config.json is written in an unsupported language. File is not indexed.

0001 {
0002     "minimum_clang_version" : 370,
0003     "tests" : [
0004         {
0005             "filename" : "main.cpp",
0006             "has_fixits" : true
0007         },
0008         {
0009             "filename" : "msvc-compat.cpp",
0010             "has_fixits" : true
0011         },
0012         {
0013             "filename" : "no-msvc-compat.cpp",
0014             "has_fixits" : true,
0015             "env" : {
0016                 "CLAZY_EXTRA_OPTIONS" : "qstring-allocations-no-msvc-compat"
0017             }
0018         },
0019         {
0020             "filename" : "364092.cpp",
0021             "blacklist_platforms" : ["win32"],
0022             "has_fixits" : true
0023         },
0024         {
0025             "filename" : "ui_foo.cpp",
0026             "blacklist_platforms" : ["win32"]
0027         }
0028     ]
0029 }