More C11 Support

Can I use `anonymous struct` and `anonymous field` in Clion? It seems to be unsupported for now.

like:

typedef struct { int a; } s1;
struct s2 { s1; };

 

 

Related link https://gcc.gnu.org/onlinedocs/gcc/Unnamed-Fields.html 

2

请先登录再写评论。