ccls/index_tests/multi_file/funky_enum.cc

87 lines
2.1 KiB
C++
Raw Permalink Normal View History

2018-03-31 03:16:33 +00:00
enum Foo {
#include "funky_enum.h"
};
/*
// TODO: In the future try to have better support for types defined across
// multiple files.
OUTPUT: funky_enum.h
{
"includes": [],
2018-07-07 23:56:47 +00:00
"skipped_ranges": [],
2018-07-08 19:49:27 +00:00
"usr2func": [],
"usr2type": [],
"usr2var": [{
2018-03-31 03:16:33 +00:00
"usr": 439339022761937396,
2018-07-07 23:56:47 +00:00
"detailed_name": "A",
"qual_name_offset": 0,
2018-03-31 03:16:33 +00:00
"short_name": "A",
2018-07-07 23:56:47 +00:00
"hover": "A = 0",
"comments": "This file cannot be built directory. It is included in an enum definition of\nanother file.",
"spell": "4:1-4:2|4:1-4:2|1026|-1",
"type": 16985894625255407295,
2018-03-31 03:16:33 +00:00
"kind": 22,
"parent_kind": 0,
"storage": 0,
"declarations": [],
"uses": []
2018-03-31 03:16:33 +00:00
}, {
"usr": 8524995777615948802,
2018-07-07 23:56:47 +00:00
"detailed_name": "C",
"qual_name_offset": 0,
"short_name": "C",
2018-07-07 23:56:47 +00:00
"hover": "C = 2",
"comments": "This file cannot be built directory. It is included in an enum definition of\nanother file.",
"spell": "6:1-6:2|6:1-6:2|1026|-1",
"type": 16985894625255407295,
2018-03-31 03:16:33 +00:00
"kind": 22,
"parent_kind": 0,
"storage": 0,
"declarations": [],
"uses": []
2018-03-31 03:16:33 +00:00
}, {
"usr": 15962370213938840720,
2018-07-07 23:56:47 +00:00
"detailed_name": "B",
"qual_name_offset": 0,
"short_name": "B",
2018-07-07 23:56:47 +00:00
"hover": "B = 1",
"comments": "This file cannot be built directory. It is included in an enum definition of\nanother file.",
"spell": "5:1-5:2|5:1-5:2|1026|-1",
"type": 16985894625255407295,
2018-03-31 03:16:33 +00:00
"kind": 22,
"parent_kind": 0,
"storage": 0,
"declarations": [],
"uses": []
2018-03-31 03:16:33 +00:00
}]
}
OUTPUT: funky_enum.cc
{
2018-07-08 07:46:53 +00:00
"includes": [{
"line": 1,
"resolved_path": "&funky_enum.h"
}],
2018-07-07 23:56:47 +00:00
"skipped_ranges": [],
"usr2func": [],
"usr2type": [{
2018-03-31 03:16:33 +00:00
"usr": 16985894625255407295,
"detailed_name": "enum Foo {}",
2018-07-07 23:56:47 +00:00
"qual_name_offset": 5,
2018-03-31 03:16:33 +00:00
"short_name": "Foo",
"spell": "1:6-1:9|1:1-3:2|2|-1",
2018-03-31 03:16:33 +00:00
"bases": [],
"funcs": [],
"types": [],
2018-03-31 03:16:33 +00:00
"vars": [],
"alias_of": 0,
"kind": 10,
"parent_kind": 0,
"declarations": [],
"derived": [],
2018-03-31 03:16:33 +00:00
"instances": [],
"uses": []
}],
"usr2var": []
2018-03-31 03:16:33 +00:00
}
*/