bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union member


From: vibhavp
Subject: bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
Date: Fri, 24 Apr 2015 09:59:47 +0530

For this struct:
struct s {
  int a;
  union {
     char *str;
     void *ptr;
  };
};

The members listed in completion will only be 'a', instead of 'a', 'str'
and 'ptr'. This bug is also present in the current development version.
-- 
Vibhav Pant
vibhavp@gmail.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]