all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.