unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
@ 2015-04-24  4:29 vibhavp
  2020-12-03 11:33 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: vibhavp @ 2015-04-24  4:29 UTC (permalink / raw)
  To: 20415

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-19 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24  4:29 bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members vibhavp
2020-12-03 11:33 ` Lars Ingebrigtsen
2021-01-19 17:53   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).