GNU bug report logs - #20415
24.5; CEDET: Semantic doesn't complete anonymous union members

Previous Next

Package: emacs;

Reported by: vibhavp <at> gmail.com

Date: Fri, 24 Apr 2015 04:31:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.5

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: vibhavp <at> gmail.com
To: 20415 <at> debbugs.gnu.org
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 <at> gmail.com




This bug report was last modified 4 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.