summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_standard_compile_feature_exe_languagestandard.json
blob: 0c4eabb09cf5bf97e1bf7e1f7b920750d13ca817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "languageStandard" :
    {
      "backtraces": [
          [
              {
                  "file": "^cxx/CMakeLists\\.txt$",
                  "line": 29,
                  "command": "target_compile_features",
                  "hasParent": true
              },
              {
                  "file": "^cxx/CMakeLists\\.txt$",
                  "line": null,
                  "command": null,
                  "hasParent": false
              }
          ],
          [
              {
                  "file": "^cxx/CMakeLists\\.txt$",
                  "line": 30,
                  "command": "target_compile_features",
                  "hasParent": true
              },
              {
                  "file": "^cxx/CMakeLists\\.txt$",
                  "line": null,
                  "command": null,
                  "hasParent": false
              }
          ]
      ],
      "standard" : "11"
    }
}