blob: 39b2f02d4669c4111bd6300ff01e0bed4ab5765b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## Test List
- [x] function declaration
- [x] field declratation
- [x] cxx method declaration
- [x] variable declaration
- [x] class declaration
- [x] struct declaration
- [x] union declaration/definition
- [x] named declaration/definition
- [x] declaration reference expression
- [x] call expression
- [x] cxx member call expression
- [x] cxx record declaration
- [] macro definition
- [] header inclusion directive
## Cross Test List
- macro expansion behaviour
- overload
|